Commit 477b1e23
Changed files (1)
config
config/routes.rb
@@ -6,7 +6,9 @@ Cake::Application.routes.draw do
resources :tutorials do
get 'page/:page', :action => :index, :on => :collection
end
- resources :tutorial_tags, :only => [:index, :show], :path => :tt
+ resources :tutorial_tags, :only => [:index, :show], :path => :tt do
+ get ':id/page/:page', :action => :show, :on => :collection
+ end
# /creations
resources :creations do