FEATURE: Allow a user to upload an image for their expansion background.

This commit is contained in:
Robin Ward
2014-10-16 15:05:36 -04:00
parent bde0820cd4
commit 4d465362b5
11 changed files with 112 additions and 9 deletions

View File

@@ -0,0 +1,5 @@
class AddExpansionBackgroundToUserProfiles < ActiveRecord::Migration
def change
add_column :user_profiles, :expansion_background, :string, limit: 255
end
end