Commit 9a87596feea6101aa35d9098f1c43d160798c501

Authored by Antonio Terceiro
1 parent 4f934665

Reserving the "doc" identifier

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
app/models/profile.rb
@@ -102,6 +102,7 @@ class Profile < ActiveRecord::Base @@ -102,6 +102,7 @@ class Profile < ActiveRecord::Base
102 info 102 info
103 root 103 root
104 assets 104 assets
  105 + doc
105 ] 106 ]
106 107
107 belongs_to :user 108 belongs_to :user