Class: Team

Inherits:
ApplicationRecord show all
Defined in:
app/models/team.rb

Instance Method Summary collapse

Instance Method Details

#clientObject



7
8
9
# File 'app/models/team.rb', line 7

def client
  users.first.client
end