Method: ESP::Team#custom_signatures

Defined in:
lib/esp/resources/team.rb

#custom_signaturesActiveResource::PaginatedCollection<ESP::CustomSignature>

The collection of custom_signatures that belong to the team.



26
27
28
# File 'lib/esp/resources/team.rb', line 26

def custom_signatures
  CustomSignature.where(teams_id_eq: id)
end