Class: WelcomeController
- Inherits:
-
RailzLite::ControllerBase
- Object
- RailzLite::ControllerBase
- WelcomeController
- Defined in:
- lib/railz_lite/generators/templates/server.rb
Overview
example controller config
Instance Attribute Summary
Attributes inherited from RailzLite::ControllerBase
Instance Method Summary collapse
Methods inherited from RailzLite::ControllerBase
#already_built_response?, #check_authenticity_token, #flash, #form_authenticity_token, #generate_authenticity_token, #initialize, #invoke_action, protect_from_forgery, #protect_from_forgery, #redirect_to, #render, #render_content, #session
Constructor Details
This class inherits a constructor from RailzLite::ControllerBase
Instance Method Details
#index ⇒ Object
9 |
# File 'lib/railz_lite/generators/templates/server.rb', line 9 def index; end |