# File lib/active_record/deprecated_finders/dynamic_matchers.rb, line 23 def body "#{deprecation_warning}\n#{super}" end
# File lib/active_record/deprecated_finders/dynamic_matchers.rb, line 27 def deprecation_warning %Q{ActiveSupport::Deprecation.warn("This dynamic method is deprecated. Please use e.g. #{deprecation_alternative} instead.")} end