templates/initializer.rb in simple_auth-1.3.1 vs templates/initializer.rb in simple_auth-1.3.2

- old
+ new

@@ -24,8 +24,7 @@ # SimpleAuth will remove the record id stored as <tt>#{SimpleAuth::Config.model}</tt>. # # Additionally, you can enable this option to remove any other key composed by # <tt>#{SimpleAuth::Config.model}_*</tt>. # - cattr_accessor :wipeout_session - @@wipeout_session = false + # config.wipeout_session = true end