Class: WelcomeController

Inherits:
RailzLite::ControllerBase show all
Defined in:
lib/railz_lite/generators/templates/server.rb

Overview

example controller config

Instance Attribute Summary

Attributes inherited from RailzLite::ControllerBase

#params, #req, #res

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

#indexObject



9
# File 'lib/railz_lite/generators/templates/server.rb', line 9

def index; end