Skip to content

Commit

Permalink
renamed sitemaps -> sitemap
Browse files Browse the repository at this point in the history
  • Loading branch information
sethvargo committed Aug 5, 2011
1 parent 4d64c10 commit 7b14e96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/routes.rb
Expand Up @@ -9,7 +9,8 @@
delete 'logout' => 'sessions#destroy', :as => 'logout'

# sitemap(s)
resources :sitemaps, :only => [:show, :index]
get 'sitemap' => 'sitemaps#index', :as => 'sitemaps'
resources :sitemaps, :only => [:show]

# match all our slugs
get '*id' => 'pages#show', :as => :slug
Expand Down

0 comments on commit 7b14e96

Please sign in to comment.