diff options
author | Joe Sak <joe@joesak.com> | 2010-11-20 15:38:28 -0600 |
---|---|---|
committer | Joe Sak <joe@joesak.com> | 2010-11-20 15:38:28 -0600 |
commit | da581331c706f46dfd119d1e532152c93fdd8c58 (patch) | |
tree | bf6b295b88f003d55e721aa803b07b8bb9e66618 /config | |
parent | b617d540b96d1a711ad42e93c37e3eda9a1e1fb3 (diff) | |
download | refinerycms-blog-da581331c706f46dfd119d1e532152c93fdd8c58.tar.gz refinerycms-blog-da581331c706f46dfd119d1e532152c93fdd8c58.tar.bz2 refinerycms-blog-da581331c706f46dfd119d1e532152c93fdd8c58.zip |
total refactor here
Diffstat (limited to 'config')
-rw-r--r-- | config/routes.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb index 1474c3f..01fb501 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -42,7 +42,6 @@ else match 'categories/:id', :to => 'categories#show', :as => 'blog_category' match ':id/comments', :to => 'posts#comment', :as => 'blog_post_blog_comments' get 'archive/:year/:month', :to => 'posts#archive', :as => 'archive_blog_posts' - get ':id/update_nav.js', :to => 'posts#update_nav', :as => 'update_blog_nav' end scope(:path => 'refinery', :as => 'admin', :module => 'admin') do |