class ActiveFixture::UndefinedAttributeError

Public Class Methods

new(attribute = '') click to toggle source
Calls superclass method
# File lib/active_fixture/errors.rb, line 8
def initialize(attribute = '')
  super "Undefined attribute:  #{attribute}"
end