app/controllers/registrations_controller.rb in milia-0.3.25 vs app/controllers/registrations_controller.rb in milia-0.3.26
- old
+ new
@@ -52,9 +52,11 @@
flash[:error] = "Recaptcha codes didn't match; please try again"
prep_signup_view( params[:tenant], params[:user], params[:coupon] )
render :new
end
+ trace_flash
+
end # def create
# ------------------------------------------------------------------------------
# ------------------------------------------------------------------------------