Module: Apartment::Deprecation

Defined in:
lib/apartment/deprecation.rb

Class Method Summary collapse

Class Method Details

.warn(message) ⇒ Object



7
8
9
# File 'lib/apartment/deprecation.rb', line 7

def self.warn(message)
  ActiveSupport::Deprecation.warn message
end