This is the primary controller in charge of rendering the ExtJS interface

Methods
Public Instance methods
index()

The only action provided by the controller renders the home page view located at app/views/home/index.html.erb.

    # File app/controllers/home_controller.rb, line 9
 9:   def index
10:   end