We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dc1b039 + d0ffca4 commit b0a7968Copy full SHA for b0a7968
app/controllers/rsvps_controller.rb
@@ -107,6 +107,7 @@ def check_user_has_questionnaire
107
def require_accepted_questionnaire
108
return if @questionnaire.can_rsvp? || @questionnaire.checked_in?
109
110
+ flash[:alert] = "Sorry, you have not been accepted at this time. Please wait for an acceptance email before attempting to RSVP."
111
redirect_to new_questionnaires_path
112
end
113
0 commit comments