Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 64d28e7

Browse files
committedJun 19, 2016
Fix GroupAssignmentInvitationController#accept
1 parent fb05d0b commit 64d28e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎app/controllers/group_assignment_invitations_controller.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ def group
7272

7373
@group ||= repo_access.groups.find_by(grouping: group_assignment.grouping)
7474
end
75+
helper_method :group
7576

7677
def group_assignment
7778
@group_assignment ||= invitation.group_assignment

0 commit comments

Comments
 (0)
Please sign in to comment.