add bools
git-svn-id: file:///home/svn/framework3/trunk@10517 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
e0404acd09
commit
86f6ecdadd
|
@ -19,6 +19,9 @@ class Campaign < ActiveRecord::Base
|
||||||
serialized_prefs_attr_accessor :web_uripath, :web_srvport, :web_srvhost
|
serialized_prefs_attr_accessor :web_uripath, :web_srvport, :web_srvhost
|
||||||
serialized_prefs_attr_accessor :web_ssl
|
serialized_prefs_attr_accessor :web_ssl
|
||||||
|
|
||||||
|
serialized_prefs_attr_accessor :do_web
|
||||||
|
serialized_prefs_attr_accessor :do_email
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue