method
new
rails latest stable - Class:
ActiveRecord::AttributeAssignmentError
new(message = nil, exception = nil, attribute = nil)public
No documentation available.
# File activerecord/lib/active_record/errors.rb, line 425
def initialize(message = nil, exception = nil, attribute = nil)
super(message)
@exception = exception
@attribute = attribute
end