# File lib/active_record/base.rb, line 1390
      def save
        raise ReadOnlyRecord if readonly?
        create_or_update
      end