Class Index [+]

Quicksearch

Merb::SessionMixin::RequestMixin::ClassMethods

Public Instance Methods

register_session_type(name, class_name) click to toggle source

Parameters

name<~to_sym>

Name of the session type to register.

class_name

The corresponding class name.

Notres

This is automatically called when Merb::SessionContainer is subclassed.

:api: private

     # File lib/merb-core/dispatch/session.rb, line 153
153:         def register_session_type(name, class_name)
154:           self.registered_session_types[name.to_sym] = class_name
155:         end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.