class HashBackedAuthor
Public Instance Methods
name()
click to toggle source
# File actionview/test/lib/controller/fake_models.rb, line 162 def name "hash backed author" end
persisted?()
click to toggle source
# File actionview/test/lib/controller/fake_models.rb, line 160 def persisted?; false; end