instance method
freeze
Ruby on Rails 8.1.3.1
Since v8.0.5.1Signature
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