2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00
discourse/app/models/user_profile.rb

12 lines
204 B
Ruby
Raw Normal View History

class UserProfile < ActiveRecord::Base
end
# == Schema Information
#
# Table name: user_profiles
#
# user_id :integer not null, primary key
# location :string(255)
2014-06-06 21:54:32 -07:00
# website :string(255)
#