Bugfix doodad user owner now optional

This commit is contained in:
TheNeedful-DO 2023-11-12 06:10:56 +00:00
parent 1b77eb44de
commit d23b37a530

View File

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