instance method
frozen?
Ruby on Rails 7.0.10
Since v4.0.13Signature
frozen?()
Returns true if the attributes hash has been frozen.
Source
# File activerecord/lib/active_record/core.rb, line 610
def frozen?
@attributes.frozen?
end
Defined in activerecord/lib/active_record/core.rb line 610
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::Core