Bugfix doodad user owner now optional
This commit is contained in:
parent
e8ad3dff9e
commit
8b0809a79f
@ -1,3 +1,3 @@
|
||||
class Doodad < ActiveRecord::Base
|
||||
belongs_to :user
|
||||
belongs_to :user, optional: true
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user