Class: MotoWebEngine::TestsController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- MotoWebEngine::TestsController
- Defined in:
- app/controllers/moto_web_engine/tests_controller.rb
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
6 7 8 9 |
# File 'app/controllers/moto_web_engine/tests_controller.rb', line 6 def show @test = Test.find params[:id] render layout: 'moto_web_engine/no_menu' end |