Raised by ActiveRecord::Base#save! and ActiveRecord::Base.create! methods when a record is invalid and cannot be saved.
# File activerecord/lib/active_record/errors.rb, line 75 def initialize(message = nil, record = nil) @record = record super(message) end
© 2004–2019 David Heinemeier Hansson
Licensed under the MIT License.