name<~to_sym> |
Name of the session type to register. |
class_name<String> |
The corresponding class name. |
This is automatically called when Merb::SessionContainer is subclassed.
:api: private
# File lib/merb-core/dispatch/session.rb, line 153 def register_session_type(name, class_name) self.registered_session_types[name.to_sym] = class_name end
Generated with the Darkfish Rdoc Generator 2.