Allow public new doodad

This commit is contained in:
TheNeedful-DO 2023-10-27 06:46:24 +00:00
parent 81d6fa919f
commit 9b92b63ca4

View File

@ -38,7 +38,7 @@ class DoodadPolicy
end end
def new? def new?
@user.present? @user.present? || true
end end
def edit? def edit?