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