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

@ -1,5 +0,0 @@
%h1 New member
= render 'form'
= link_to 'Back', members_path

View File

@ -10,3 +10,7 @@
= link_to 'Edit', edit_member_path(@member)
\|
= link_to 'Back', members_path
\|
= form_tag( destroy_member_session_path , {method: :delete } ) do
%button.bg-cyan-200.mr-3.inline-block.rounded-lg.px-4.py-3.text-md.font-medium.border.border-gray-400{type: :submit}
Sign out