app/controllers/rsvps_controller.rb in hackathon_manager-0.13.12 vs app/controllers/rsvps_controller.rb in hackathon_manager-0.14.0
- old
+ new
@@ -89,10 +89,10 @@
# rubocop:enable PerceivedComplexity
private
def rsvp_error_notice
- hackathon_name = Rails.configuration.hackathon['name']
+ hackathon_name = HackathonConfig['name']
"There was an error submitting your response, please check over your application and try again. Did you accept the #{hackathon_name} Agreement?"
end
def find_questionnaire
@questionnaire = current_user.questionnaire