work in progress ... groups

This commit is contained in:
Sam
2013-05-08 15:20:38 +10:00
parent 7571152d1d
commit 6b536dcde5
16 changed files with 189 additions and 21 deletions

View File

@ -0,0 +1,5 @@
class AddUserCountToGroups < ActiveRecord::Migration
def change
add_column :groups, :user_count, :integer, null: false, default: 0
end
end