Method: Frodo::Query#expand
- Defined in:
- lib/frodo/query.rb
#expand(*associations) ⇒ self
Specify associations to expand in the result.
91 92 93 94 |
# File 'lib/frodo/query.rb', line 91 def (*associations) criteria_set[:expand] += associations self end |