Skip to content

Instantly share code, notes, and snippets.

@ayamomiji
Created November 5, 2012 04:01
Show Gist options
  • Save ayamomiji/4015249 to your computer and use it in GitHub Desktop.
Save ayamomiji/4015249 to your computer and use it in GitHub Desktop.
def whatever
blabla
render nothing: true
end
get '/jobs/whatever' => 'jobs#whatever'
every 1.minute do
command 'curl http://example.com/jobs/whatever'
end
@hechien
Copy link

hechien commented Nov 5, 2012

好招,謝謝!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment