projects
/
rails.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Various updates to the user management, including the creation of a
[rails.git]
/
app
/
models
/
user_preference.rb
1
class UserPreference < ActiveRecord::Base
2
belongs_to :user
3
end