preferences table and moving tokens into a tokens table so that a user can have more than one.
3 lines
65 B
Ruby
3 lines
65 B
Ruby
class UserPreference < ActiveRecord::Base
|
|
belongs_to :user
|
|
end
|