# File lib/active_model/translation.rb, line 60 def human_name(*args) ActiveSupport::Deprecation.warn("human_name has been deprecated, please use model_name.human instead", caller[0,5]) model_name.human(*args) end