instance method
thaw
Ruby on Rails 5.0.7.2
Since v4.2.11.3 Last seen in v5.2.8.1 Private — implementation detail, not part of the public APISignature
thaw()
No documentation comment.
Source
# File activerecord/lib/active_record/core.rb, line 553
def thaw
if frozen?
@attributes = @attributes.dup
end
end
Defined in activerecord/lib/active_record/core.rb line 553
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::Core