Class: Hyperlayer::RunsController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- Hyperlayer::RunsController
- Defined in:
- app/controllers/hyperlayer/runs_controller.rb
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
3 4 5 |
# File 'app/controllers/hyperlayer/runs_controller.rb', line 3 def index @runs = Run.all end |