Class: MotoWebEngine::TestsController

Inherits:
ApplicationController show all
Defined in:
app/controllers/moto_web_engine/tests_controller.rb

Instance Method Summary collapse

Instance Method Details

#showObject



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