FIX: regression in seed

This commit is contained in:
Sam 2014-07-27 18:32:04 +10:00
parent 1a6aa07611
commit 621b86dbb3
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ class BadgeGrouping < ActiveRecord::Base
end
def default_position=(pos)
position ||= pos
self.position ||= pos
end
end