I’m trying to solve this problem:
Sorcery and Simple Form implementation
It seems that all I need to do is to be able to use form_for with the sorcery login form instead of form_tag. That would enable me to be able to use simple_form_for.
How do you do this?
I do it using a @user variable:
My session controller:
My session view: