missing flash
I've just spent almost an hour trying to fix strange bug in signup procedure.
"flash" message that I sent from one action to another disappeared somewhere between requests.
The problem was in the multiple ajax requests that I completely forgot of)
"flash" message that I sent from one action to another disappeared somewhere between requests.
The problem was in the multiple ajax requests that I completely forgot of)
flash.keep if request.xhr?
fixes it