module ZeroDowntime::Deprecatable
Deprecatable
adds the ability to deprecate columns to ActiveRecord
class MyModel < ActiveRecord::Base deprecate_column :name end
Deprecatable
adds the ability to deprecate columns to ActiveRecord
class MyModel < ActiveRecord::Base deprecate_column :name end