Class: Adva::Responder

Inherits:
ActionController::Responder
  • Object
show all
Includes:
Base
Defined in:
lib/adva/responder.rb,
lib/adva/responder/redirect.rb

Defined Under Namespace

Modules: Base, Redirect

Instance Method Summary collapse

Methods included from Redirect

#controller_action_path, #current_redirect, #registry_redirect, #return_to_redirect, #to_html

Instance Method Details

#actionObject



17
18
19
# File 'lib/adva/responder.rb', line 17

def action
  controller.params[:action]
end