readonly!()
Marks this record as read only.
# File activerecord/lib/active_record/base.rb, line 634 def readonly! @readonly = true end