FEATURE: avatar flair can be font awesome icons

This commit is contained in:
Neil Lalonde
2016-08-26 17:15:37 -04:00
parent 58cb43884d
commit 2251104e32
14 changed files with 101 additions and 22 deletions

View File

@@ -0,0 +1,5 @@
class AddFlairColorToGroups < ActiveRecord::Migration
def change
add_column :groups, :flair_color, :string
end
end