Class: Trestle::RakeTasks::TasksController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- Trestle::RakeTasks::TasksController
- Defined in:
- app/controllers/trestle/rake_tasks/tasks_controller.rb
Instance Method Summary collapse
Instance Method Details
#test ⇒ Object
2 3 4 |
# File 'app/controllers/trestle/rake_tasks/tasks_controller.rb', line 2 def test render plain: 'OK' end |