We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 316589b commit d524a0eCopy full SHA for d524a0e
BrainPortal/app/controllers/nh_signups_controller.rb
@@ -70,7 +70,7 @@ def create #:nodoc:
70
flash[:error] = "It seems some error occurred. The email notification was probably not sent. There's nothing we can do about this."
71
end
72
73
- send_admin_notification(signup)
+ send_admin_notification(@signup)
74
75
sleep 1
76
flash[:notice] = "Success!"
0 commit comments