Method: Puffs::SQLRelation#parse_all

Defined in:
lib/relation.rb

#parse_all(attributes) ⇒ Object



163
164
165
166
167
# File 'lib/relation.rb', line 163

def parse_all(attributes)
  klass.parse_all(attributes)
       .where(where_params_hash)
       .includes(includes_params)
end