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
#index ⇒ Object
6 7 8 |
# File 'app/controllers/moto_web_engine/tests_controller.rb', line 6 def index @tests = Test.last 10 end |