discourse/app/models/user_profile.rb
Sam 5adc486cef BUGFIX: missing avatars in topic map
Cleanup uneeded column
2014-05-29 14:59:14 +10:00

10 lines
179 B
Ruby

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