Class: Trestle::RakeTasks::TasksController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/trestle/rake_tasks/tasks_controller.rb

Instance Method Summary collapse

Instance Method Details

#testObject



2
3
4
# File 'app/controllers/trestle/rake_tasks/tasks_controller.rb', line 2

def test
  render plain: 'OK'
end