# File lib/simple_form.rb, line 196
  def self.deprecation_warn(message)
    ActiveSupport::Deprecation.warn "[SIMPLE_FORM] #{message}", caller
  end