Method: Pureapi::Model#of_entities
- Defined in:
- lib/pureapi/model.rb
#of_entities ⇒ Object
Begin methods for feature compconds filter Return list of all belongs_to => class_name Example:
>> {ad: Ad, lead_level: LeadLevel, course: Course}
234 235 236 |
# File 'lib/pureapi/model.rb', line 234 def of_entities {} end |