class MR::FakeRecord::NoAttributeError

Public Class Methods

new(attr_name) click to toggle source
Calls superclass method
# File lib/mr/fake_record/attributes.rb, line 163
def initialize(attr_name)
  super "the '#{attr_name}' attribute doesn't exist"
end