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:
@@ -13,7 +13,7 @@ class BadgeGrouping < ActiveRecord::Base
|
||||
end
|
||||
|
||||
def default_position=(pos)
|
||||
position ||= pos
|
||||
self.position ||= pos
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user