Module: ActiveGraphExtensions::Node::Query::QueryProxyEagerLoading::AssociationLimiting

Included in:
ActiveGraphExtensions::Node::Query::QueryProxyEagerLoading
Defined in:
lib/active_graph_extensions/node/query/query_proxy_eager_loading/association_limiting.rb

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



8
9
10
11
# File 'lib/active_graph_extensions/node/query/query_proxy_eager_loading/association_limiting.rb', line 8

def self.included(base)
  base.attr_reader(:max_page_size)
  base.attr_reader(:paginate)
end