scoping devise

This commit is contained in:
2022-12-21 17:30:29 +02:00
parent 0398a20861
commit d6606f05bb
13 changed files with 38 additions and 41 deletions

View File

@ -3,7 +3,7 @@
%h1.font-hairline.mb-6.text-center Log In
= form_for(resource, |
as: resource_name, |
url: session_path(resource_name), |
url: main_app.session_path(resource_name), |
html: { |
class: "bg-white mb-4 px-8 pt-6 pb-8 rounded shadow-md" |
} |