app/controllers/rsvps_controller.rb in hackathon_manager-0.6.6 vs app/controllers/rsvps_controller.rb in hackathon_manager-0.7.0

- old
+ new

@@ -84,9 +84,11 @@ flash[:notice] = "Your RSVP has been updated." if flash[:notice].blank? redirect_to rsvp_path end + # rubocop:enable CyclomaticComplexity + # rubocop:enable PerceivedComplexity private def rsvp_error_notice hackathon_name = Rails.configuration.hackathon['name']