Class: HomeController

Inherits:
ApplicationController show all
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

Instance Method Details

#indexObject

@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