method

loaded_session?

Importance_0
loaded_session?(session) public

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/middleware/session/abstract_store.rb, line 74
      def loaded_session?(session)
        !session.is_a?(Request::Session) || session.loaded?
      end
Register or log in to add new notes.