mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: regression in seed
This commit is contained in:
parent
1a6aa07611
commit
621b86dbb3
@ -13,7 +13,7 @@ class BadgeGrouping < ActiveRecord::Base
|
||||
end
|
||||
|
||||
def default_position=(pos)
|
||||
position ||= pos
|
||||
self.position ||= pos
|
||||
end
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user