Skip to content

Commit

Permalink
queue now will redirected to overview, not the queues page
Browse files Browse the repository at this point in the history
  • Loading branch information
gravis authored and bvandenbos committed Mar 1, 2010
1 parent a8a16ad commit 21eecf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/resque_scheduler/server.rb
Expand Up @@ -26,7 +26,7 @@ def queue_from_class_name(class_name)
post "/schedule/requeue" do
config = Resque.schedule[params['job_name']]
Resque::Scheduler.enqueue_from_config(config)
redirect url("/queues")
redirect url("/overview")
end

get "/delayed" do
Expand Down

0 comments on commit 21eecf0

Please sign in to comment.