Class: Iro::ApplicationController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- Iro::ApplicationController
- Defined in:
- app/controllers/iro/application_controller.rb
Direct Known Subclasses
AlertsController, DatapointsController, ProfilesController, StocksController
Instance Method Summary collapse
-
#home ⇒ Object
layout ‘iro/application’.
Instance Method Details
#home ⇒ Object
layout ‘iro/application’
6 7 |
# File 'app/controllers/iro/application_controller.rb', line 6 def home end |