Allow public new doodad

This commit is contained in:
Jesse C. Fisher 2023-10-27 06:46:24 +00:00 committed by TheNeedful-DO
parent 32013a4e51
commit c66ba3caac

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?