Module: JSONAPI::CompatibilityHelper

Defined in:
lib/jsonapi/compatibility_helper.rb

Class Method Summary collapse

Class Method Details

.deprecation_warn(message) ⇒ Object



19
20
21
# File 'lib/jsonapi/compatibility_helper.rb', line 19

def deprecation_warn(message)
    ActiveSupport::Deprecation.new(nil, 'JSONAPI').warn(message)
end