Exception: ActiveFixture::UndefinedAttributeError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/active_fixture/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(attribute = '') ⇒ UndefinedAttributeError

Returns a new instance of UndefinedAttributeError.



8
9
10
# File 'lib/active_fixture/errors.rb', line 8

def initialize(attribute = '')
  super "Undefined attribute:  #{attribute}"
end