Parent

Methods

Class Index [+]

Quicksearch

Ramaze::Current

Class that’s used to point to the current action. This can be useful if you want to access data such as the session() method without having to include Innate::Trinity (which can pollute your namespace and/or cause collisions).

@author Michael Fellinger @since 25-03-2009

Public Instance Methods

setup(env, request = Request, response = Response, session = Session) click to toggle source

@author Michael Fellinger @since 25-03-2009 @see Innate::Current#setup

    # File lib/ramaze/current.rb, line 15
15:     def setup(env, request = Request, response = Response, session = Session)
16:       super
17:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.