Class: Team
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- Team
- Defined in:
- app/models/team.rb
Instance Method Summary collapse
Instance Method Details
#client ⇒ Object
7 8 9 |
# File 'app/models/team.rb', line 7 def client users.first.client end |