Skip to content

Commit 1014c95

Browse files
authored
Merge pull request #2163 from gnclmorais/fixes-rollbar-525
Redirect to login when editing member logged out
2 parents 9ef3d58 + 06529aa commit 1014c95

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/controllers/member/details_controller.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ class Member::DetailsController < ApplicationController
44

55
before_action :set_member
66
before_action :suppress_notices
7+
before_action :is_logged_in?, only: %i[edit]
78

89
def edit
910
accept_terms

0 commit comments

Comments
 (0)