method

has_query_constraints?

Importance_0
v7.2.3 - Show latest stable - 0 notes - Class: ClassMethods
has_query_constraints?() public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/persistence.rb, line 219
      def has_query_constraints? # :nodoc:
        @has_query_constraints
      end
Register or log in to add new notes.