Flowdock
_mock_session() private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionpack/lib/action_dispatch/testing/integration.rb, line 242
        def _mock_session
          @_mock_session ||= Rack::MockSession.new(@app, host)
        end
Register or log in to add new notes.