add bools

git-svn-id: file:///home/svn/framework3/trunk@10517 4d416f70-5f16-0410-b530-b9f4589650da
unstable
James Lee 2010-10-01 13:36:32 +00:00
parent e0404acd09
commit 86f6ecdadd
1 changed files with 3 additions and 0 deletions

View File

@ -19,6 +19,9 @@ class Campaign < ActiveRecord::Base
serialized_prefs_attr_accessor :web_uripath, :web_srvport, :web_srvhost
serialized_prefs_attr_accessor :web_ssl
serialized_prefs_attr_accessor :do_web
serialized_prefs_attr_accessor :do_email
end
end