Removed font awesome

This commit is contained in:
Godwin
2014-07-12 13:08:51 -06:00
parent 78d1db670c
commit 14005b8702
14 changed files with 165 additions and 69 deletions
@@ -0,0 +1,5 @@
class AddCoverAttributionUserIdToOrganizations < ActiveRecord::Migration
def change
add_column :organizations, :id, :integer
end
end
@@ -0,0 +1,5 @@
class AddCoverAttributionUserIdToConferences < ActiveRecord::Migration
def change
add_column :conferences, :id, :integer
end
end