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