mirror of
https://github.com/plashchynski/crono.git
synced 2026-03-29 05:42:02 +02:00
Add tests for Crono::Web
This commit is contained in:
@@ -12,7 +12,7 @@ module Crono
|
||||
haml :dashboard, format: :html5
|
||||
end
|
||||
|
||||
get '/jobs/:id' do
|
||||
get '/job/:id' do
|
||||
@job = Crono::CronoJob.find(params[:id])
|
||||
haml :job
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user