Sha256: 64081918796e860f6490eabdecffb617a39c8a0b348f420178055dc2da251ef1

Contents?: true

Size: 580 Bytes

Versions: 8

Compression:

Stored size: 580 Bytes

Contents

module Ramaze
  ##
  # 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
  #
  class Current < Innate::Current
    ##
    # @author Michael Fellinger
    # @since  25-03-2009
    # @see    Innate::Current#setup
    def setup(env, request = Request, response = Response, session = Session)
      super
    end
  end # Current
end # Ramaze

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
ramaze-2023.01.06 lib/ramaze/current.rb
ramaze-2012.12.08 lib/ramaze/current.rb
ramaze-2012.12.08b lib/ramaze/current.rb
ramaze-2012.04.14 lib/ramaze/current.rb
ramaze-2012.03.07 lib/ramaze/current.rb
ramaze-2011.12.28 lib/ramaze/current.rb
ramaze-2011.10.23 lib/ramaze/current.rb
ramaze-2011.07.25 lib/ramaze/current.rb