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