Method: ESP::SubOrganization#reports
- Defined in:
- lib/esp/resources/sub_organization.rb
#reports ⇒ Object
The collection of reports that belong to the sub organization.
17 |
# File 'lib/esp/resources/sub_organization.rb', line 17 has_many :reports, class_name: 'ESP::Report' |