Methods
H
M
Class Public methods
human_attribute_name(attribute)
# File actionview/test/lib/controller/fake_models.rb, line 64
def self.human_attribute_name(attribute)
  "Delegate #{super}"
end
Instance Public methods
model_name()
# File actionview/test/lib/controller/fake_models.rb, line 68
def model_name
  ActiveModel::Name.new(self.class)
end