Methods
N
P
Included Modules
Instance Public methods
name()
# File actionview/test/lib/controller/fake_models.rb, line 157
def name
  "hash backed author"
end
persisted?()
# File actionview/test/lib/controller/fake_models.rb, line 155
def persisted?; false; end