Class: HomeController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- HomeController
- Defined in:
- app/controllers/home_controller.rb
Overview
@File Name :home_controller.rb
@Company Name :Mindfire Solutions Pvt. Ltd.
@Creator Name :Indranil Mukherjee
@Date Created :2012-06-04
@Date Modified :2012-06-14
@Last Modification Details :Making it as mcms project standard
@Purpose :This is a controller which has only one action index
which is the root of the application.
Instance Method Summary collapse
-
#index ⇒ Object
@Params : No parameter @Returns : Nothing is returned @Purpose : Home page action.
Instance Method Details
#index ⇒ Object
@Params : No parameter
@Returns : Nothing is returned
@Purpose : Home page action
56 57 58 |
# File 'app/controllers/home_controller.rb', line 56 def index end |