Class: Adva::Responder
- Inherits:
-
ActionController::Responder
- Object
- ActionController::Responder
- Adva::Responder
- Includes:
- Base
- Defined in:
- lib/adva/responder.rb,
lib/adva/responder/redirect.rb
Defined Under Namespace
Instance Method Summary collapse
Methods included from Redirect
#controller_action_path, #current_redirect, #registry_redirect, #return_to_redirect, #to_html
Instance Method Details
#action ⇒ Object
17 18 19 |
# File 'lib/adva/responder.rb', line 17 def action controller.params[:action] end |