Skip to content
This repository was archived by the owner on Mar 1, 2026. It is now read-only.

Commit 6ec9e53

Browse files
committed
add empty line after guard clause
1 parent 3b6260a commit 6ec9e53

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/controllers/rsvps_controller.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ def check_user_has_questionnaire
106106

107107
def require_accepted_questionnaire
108108
return if @questionnaire.can_rsvp? || @questionnaire.checked_in?
109+
109110
flash[:alert] = "You had not been accepted"
110111
redirect_to new_questionnaires_path
111112
end

0 commit comments

Comments
 (0)