module Apartment::Deprecation

Public Class Methods

warn(message) click to toggle source
# File lib/apartment/deprecation.rb, line 7
def self.warn(message)
  ActiveSupport::Deprecation.warn message
end