##// END OF EJS Templates
removed serialize class_name option in user_preference...
Jean-Philippe Lang -
r171:2789b08dd036
parent child
Show More
@@ -17,7 +17,7
17
17
18 class UserPreference < ActiveRecord::Base
18 class UserPreference < ActiveRecord::Base
19 belongs_to :user
19 belongs_to :user
20 serialize :others, Hash
20 serialize :others
21
21
22 attr_protected :others
22 attr_protected :others
23
23
General Comments 0
You need to be logged in to leave comments. Login now