lib/active_model/deprecator.rb



# frozen_string_literal: true

module ActiveModel
  def self.deprecator # :nodoc:
    @deprecator ||= ActiveSupport::Deprecation.new
  end
end