Skip to content

Commit f52b416

Browse files
add invited scope to teams
1 parent a408ac0 commit f52b416

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/hackathon/app/definitions/hackathon/team_definition.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,8 @@ class Hackathon::TeamDefinition < Hackathon::ResourceDefinition
1414
scope :late_qualified do |scope|
1515
scope.late_qualified
1616
end
17+
18+
scope :invited do |scope|
19+
scope.invited
20+
end
1721
end

0 commit comments

Comments
 (0)