Merge pull request #2036 from ArmedGuy/profile-backgrounds

FEATURE: Profile Backgrounds
This commit is contained in:
Régis Hanol
2014-03-05 16:00:49 +01:00
17 changed files with 292 additions and 39 deletions

View File

@@ -0,0 +1,5 @@
class AddProfileBackgroundToUser < ActiveRecord::Migration
def change
add_column :users, :profile_background, :string, limit: 255
end
end