frozen?()
Returns true if the attributes hash has been frozen.
# File activerecord/lib/active_record/core.rb, line 313 def frozen? @attributes.frozen? end