Method: Ibrain::Loaders::AssociationCountLoader#initialize

Defined in:
app/graphql/ibrain/loaders/association_count_loader.rb

#initialize(model, association_name) ⇒ AssociationCountLoader

Returns a new instance of AssociationCountLoader.



6
7
8
9
10
# File 'app/graphql/ibrain/loaders/association_count_loader.rb', line 6

def initialize(model, association_name)
  super()
  @model = model
  @association_name = association_name
end