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:
Jean-Philippe Lang 2007-01-25 18:25:57 +00:00
parent 66a02688ad
commit 2789b08dd0
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
class UserPreference < ActiveRecord::Base
belongs_to :user
serialize :others, Hash
serialize :others
attr_protected :others