Method: Spaceship::TestFlight::Group.default_external_group

Defined in:
spaceship/lib/spaceship/test_flight/group.rb

.default_external_group(app_id: nil) ⇒ Object



49
50
51
52
# File 'spaceship/lib/spaceship/test_flight/group.rb', line 49

def self.default_external_group(app_id: nil)
  groups = self.all(app_id: app_id)
  groups.find(&:default_external_group?)
end