Badge Grouping work in progress

This commit is contained in:
Sam
2014-07-17 16:10:44 +10:00
parent 91cd4f2d66
commit bfb37054e8
11 changed files with 114 additions and 19 deletions

View File

@@ -0,0 +1,5 @@
class DescriptionOptionalInBadgeGrouping < ActiveRecord::Migration
def change
change_column :badge_groupings, :description, :text, null: true
end
end