Class: RailsServerMonitor::HomeController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- RailsServerMonitor::HomeController
- Defined in:
- app/controllers/rails_server_monitor/home_controller.rb
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
5 6 7 |
# File 'app/controllers/rails_server_monitor/home_controller.rb', line 5 def index @title = "Home" end |