module Innate::Trinity

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

Public Instance Methods

action() click to toggle source
# File lib/innate/trinity.rb, line 14
def action
  actions.last
end