Method: FrOData::Query#expand
- Defined in:
- lib/frodata/query.rb
#expand(*associations) ⇒ self
Specify associations to expand in the result.
95 96 97 98 |
# File 'lib/frodata/query.rb', line 95 def (*associations) criteria_set[:expand] += associations self end |