Class: ApplicationHandler

Inherits:
SteelWheel::Handler show all
Defined in:
lib/generators/steel_wheel/application_handler/templates/handler_template.rb

Constant Summary

Constants included from SteelWheel::Callbacks

SteelWheel::Callbacks::NOOP

Instance Attribute Summary

Attributes inherited from SteelWheel::Handler

#form_input, #helpers, #http_status, #input

Method Summary

Methods inherited from SteelWheel::Handler

#call, #current_action, generic_validation_keys, handle, #handle, inherited, #initialize, name, #on_validation_success, #status, #success?

Methods included from SteelWheel::Composition

included

Methods included from SteelWheel::Callbacks

#callbacks, #failure, #success

Methods included from SteelWheel::Shortcuts

#depends_on, #finder, included, #verify

Methods included from SteelWheel::Components

included

Methods included from SteelWheel::Filters

included

Constructor Details

This class inherits a constructor from SteelWheel::Handler