BUGFIX: missing avatars in topic map

Cleanup uneeded column
This commit is contained in:
Sam
2014-05-29 14:59:14 +10:00
parent a47581de18
commit 5adc486cef
6 changed files with 15 additions and 5 deletions

View File

@ -1,2 +1,10 @@
class UserProfile < ActiveRecord::Base
end
# == Schema Information
#
# Table name: user_profiles
#
# user_id :integer not null, primary key
# location :string(255)
#