2014-05-27 13:54:04 -04:00
|
|
|
class UserProfile < ActiveRecord::Base
|
|
|
|
end
|
2014-05-29 00:59:14 -04:00
|
|
|
|
|
|
|
# == Schema Information
|
|
|
|
#
|
|
|
|
# Table name: user_profiles
|
|
|
|
#
|
|
|
|
# user_id :integer not null, primary key
|
|
|
|
# location :string(255)
|
2014-06-07 00:54:32 -04:00
|
|
|
# website :string(255)
|
2014-05-29 00:59:14 -04:00
|
|
|
#
|