Module: Apartment::Deprecation

Defined in:
lib/apartment/deprecation.rb

Class Method Summary collapse

Class Method Details

.warn(message) ⇒ Object



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

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