# File lib/authlogic/acts_as_authentic/restful_authentication.rb, line 31
        def transition_from_restful_authentication(value = nil)
          r = rw_config(:transition_from_restful_authentication, value, false)
          set_restful_authentication_config if value
          r
        end