Skip to content

Commit

Permalink
Create admin redirect to events dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
axelson committed Jun 5, 2012
1 parent 4ea4d34 commit f017ae1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/routes.rb
Expand Up @@ -4,6 +4,7 @@
match "/cfp" => redirect("/events/1/call_for_proposals")
match "/sponsors" => redirect("/events/1/call_for_sponsors")
match "/location" => redirect("/events/1/location")
match "/admin" => redirect("/admin/dashboard")

resources :sponsors, :only => [:index]
resources :events, :only => [:index, :show] do
Expand Down

0 comments on commit f017ae1

Please sign in to comment.