class ActiveValidation::Errors::ImmutableError
Public Class Methods
new(msg = "Object can not be changed in lifetime")
click to toggle source
Calls superclass method
# File lib/active_validation/errors.rb, line 6 def initialize(msg = "Object can not be changed in lifetime") super end