module Innkeeper::Deprecation

Public Class Methods

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