method

new

Importance_0
v7.1.3.2 - Show latest stable - 0 notes - Class: DisableJoinsAssociationRelation
new(klass, key, ids) 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/disable_joins_association_relation.rb, line 7
    def initialize(klass, key, ids)
      @ids = ids.uniq
      @key = key
      super(klass)
    end
Register or log in to add new notes.