module Apartment::Deprecation

def self.warn(message)

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