This is the primary controller in charge of rendering the ExtJS interface
Methods
Public Instance methods
The only action provided by the controller renders the home page view located at app/views/home/index.html.erb.
[ show source ]
# File app/controllers/home_controller.rb, line 9
9: def index
10: end