Skip to content
This repository has been archived by the owner on Apr 11, 2023. It is now read-only.

Commit

Permalink
"/" redirects to "/pending"
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Kreeftmeijer committed Feb 3, 2010
1 parent fe239cc commit 1f41b7b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/navvy/monitor.rb
Expand Up @@ -9,8 +9,7 @@ class Monitor < Sinatra::Base
set :static, true

get '/' do
@jobs = Job.all(:order => 'run_at desc, priority desc', :limit => 250)
haml :index, :layout => true
redirect '/pending'
end

get '/pending' do
Expand Down

0 comments on commit 1f41b7b

Please sign in to comment.