FEATURE: Add bio to group page.

This commit is contained in:
Guo Xiang Tan
2016-12-05 16:58:04 +08:00
parent 0441ae3e95
commit adb7fcb6b3
13 changed files with 94 additions and 24 deletions
@@ -0,0 +1,6 @@
class AddBioToGroups < ActiveRecord::Migration
def change
add_column :groups, :bio_raw, :text
add_column :groups, :bio_cooked, :text
end
end