openstreetmap-website/app/models/user_preference.rb
Tom Hughes 0a8c26e596 Various updates to the user management, including the creation of a
preferences table and moving tokens into a tokens table so that a user
can have more than one.
2007-08-14 23:07:38 +00:00

3 lines
65 B
Ruby

class UserPreference < ActiveRecord::Base
belongs_to :user
end