Method: ShortStack::Controller#action

Defined in:
lib/short_stack/controller.rb

#actionObject



76
77
78
79
80
81
# File 'lib/short_stack/controller.rb', line 76

def action
  @action ||=  begin
    rr = request.env['router.response']
    action = rr && rr.dest && rr.dest[:action]
  end
end