instance method
freeze
Ruby on Rails 8.1.2
Since v8.0.4Available in: v8.0.4 v8.1.2
Signature
freeze()
No documentation comment.
Source
# File activemodel/lib/active_model/validations.rb, line 374
def freeze
errors
context_for_validation
super
end
Defined in activemodel/lib/active_model/validations.rb line 374
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveModel::Validations