method

assert_modifiable!

rails latest stable - Class: ActiveRecord::QueryMethods

Method not available on this version

This method is only available on newer versions. The first available version (v7.2.3) is shown here.

assert_modifiable!()
private

No documentation available.

# File activerecord/lib/active_record/relation/query_methods.rb, line 1730
      def assert_modifiable!
        raise UnmodifiableRelation if @loaded || @arel
      end