module Apartment::Deprecation
Public Class Methods
warn(message)
click to toggle source
# File lib/apartment/deprecation.rb, line 6 def self.warn(message) ActiveSupport::Deprecation.warn message end
# File lib/apartment/deprecation.rb, line 6 def self.warn(message) ActiveSupport::Deprecation.warn message end