mirror of
https://github.com/discourse/discourse.git
synced 2025-01-20 10:43:15 +08:00
12 lines
204 B
Ruby
12 lines
204 B
Ruby
class UserProfile < ActiveRecord::Base
|
|
end
|
|
|
|
# == Schema Information
|
|
#
|
|
# Table name: user_profiles
|
|
#
|
|
# user_id :integer not null, primary key
|
|
# location :string(255)
|
|
# website :string(255)
|
|
#
|