Donate to charity: water via Gittip
Fork from nthj/ignorable
The fork updates ignorable to be Rails 4.2 compatible
Ignore columns in ActiveRecord
Add this to your Gemfile:
gem 'ignorable'
class Topic < ActiveRecord::Base
ignore_columns :attributes, :class, :meta_column_used_by_another_app
end
Tested on Rails 3.2, Rails 4.1.0, Rails 4.2.3