Method: ESP::Organization#teams
- Defined in:
- lib/esp/resources/organization.rb
#teams ⇒ ActiveResource::PaginatedCollection<ESP::Team>
The collection of teams that belong to the organization.
6 |
# File 'lib/esp/resources/organization.rb', line 6 has_many :teams, class_name: 'ESP::Team' |