Class: Hyperlayer::SpecsController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- Hyperlayer::SpecsController
- Defined in:
- app/controllers/hyperlayer/specs_controller.rb
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
3 4 5 6 |
# File 'app/controllers/hyperlayer/specs_controller.rb', line 3 def index @run = Run.find(params[:run_id]) @specs = @run.specs end |