Allow creation of new users

This commit is contained in:
Linus Gasser 2025-10-10 18:02:26 +02:00
parent 107531385b
commit 58deb275db

View file

@ -4,4 +4,4 @@
%h1
Create User
= form_for [:admin, @user] do |f|
= render partial: 'devise/registrations/form_fields', locals: { f: f, full: true }
= render partial: 'devise/registrations/form_fields', locals: { f: f, full: true, resource: @user }