Donate to charity: water via Gittip
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.