Sha256: 28d62d895cce8705510b5975246d9471a7bd56357e36d5b61127d7992b080d41

Contents?: true

Size: 424 Bytes

Versions: 5

Compression:

Stored size: 424 Bytes

Contents

#          Copyright (c) 2008 Michael Fellinger m.fellinger@gmail.com
# All files in this distribution are subject to the terms of the Ruby license.

module Ramaze

  # The module to be included into the Controller it basically just provides
  # #request, #response and #session, each accessing Thread.current to
  # retrieve the demanded object

  module Trinity
    thread_accessor :request, :response, :session
  end
end

Version data entries

5 entries across 5 versions & 3 rubygems

Version Path
clivecrous-ramaze-0.3.9.5 lib/ramaze/trinity.rb
manveru-ramaze-2008.07 lib/ramaze/trinity.rb
ramaze-0.3.9 lib/ramaze/trinity.rb
ramaze-0.3.9.1 lib/ramaze/trinity.rb
ramaze-2008.06 lib/ramaze/trinity.rb