Class: ActiveRecord::Turntable::Deprecation

Inherits:
ActiveSupport::Deprecation
  • Object
show all
Defined in:
lib/active_record/turntable/deprecation.rb

Instance Method Summary collapse

Constructor Details

#initialize(deprecation_horizon = "4.1", gem_name = "activerecord-turntable") ⇒ Deprecation

Returns a new instance of Deprecation.



3
4
5
6
# File 'lib/active_record/turntable/deprecation.rb', line 3

def initialize(deprecation_horizon = "4.1",
               gem_name = "activerecord-turntable")
  super
end