method

_raise_readonly_record_error

_raise_readonly_record_error()
private

No documentation available.

# File activerecord/lib/active_record/persistence.rb, line 759
    def _raise_readonly_record_error
      raise ReadOnlyRecord, "#{self.class} is marked as readonly"
    end