aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJoe Sak <joe@joesak.com>2011-06-15 11:02:59 -0500
committerJoe Sak <joe@joesak.com>2011-06-15 11:02:59 -0500
commitb8d2bcb913827e1db612b2952e74d316669e6835 (patch)
treec417f2ec10e5e21c24ffbbc1319dbf707a3b05e9 /config
parent687ffb62863fd036f1eb62e82a407b5a71a0e812 (diff)
downloadrefinerycms-blog-b8d2bcb913827e1db612b2952e74d316669e6835.tar.gz
refinerycms-blog-b8d2bcb913827e1db612b2952e74d316669e6835.tar.bz2
refinerycms-blog-b8d2bcb913827e1db612b2952e74d316669e6835.zip
autocomplete added for tags
Diffstat (limited to 'config')
-rw-r--r--config/routes.rb5
1 files changed, 4 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 83b9364..4deeb4e 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -13,7 +13,10 @@
scope(:path => 'blog', :as => 'blog', :module => 'blog') do
root :to => 'posts#index'
resources :posts do
- get 'uncategorized', :on => :collection
+ collection do
+ get :uncategorized
+ get :tags
+ end
end
resources :categories