Bugfix doodad user owner now optional

This commit is contained in:
Jesse C. Fisher 2023-11-12 06:10:56 +00:00
parent e8ad3dff9e
commit 8b0809a79f

View File

@ -1,3 +1,3 @@
class Doodad < ActiveRecord::Base
belongs_to :user
belongs_to :user, optional: true
end