Save the record and skip session maintenance all together.
# File lib/authlogic/acts_as_authentic/session_maintenance.rb, line 71 def save_without_session_maintenance(*args) self.skip_session_maintenance = true result = save(*args) self.skip_session_maintenance = false result end
Generated with the Darkfish Rdoc Generator 2.