removed serialize class_name option in user_preference
git-svn-id: http://redmine.rubyforge.org/svn/trunk@174 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
66a02688ad
commit
2789b08dd0
|
@ -17,7 +17,7 @@
|
||||||
|
|
||||||
class UserPreference < ActiveRecord::Base
|
class UserPreference < ActiveRecord::Base
|
||||||
belongs_to :user
|
belongs_to :user
|
||||||
serialize :others, Hash
|
serialize :others
|
||||||
|
|
||||||
attr_protected :others
|
attr_protected :others
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue