Commit 009f575
Changed files (2)
app
controllers
config
config/routes.rb
@@ -8,4 +8,5 @@ Yycrebuild::Application.routes.draw do
resources :needs
resources :neighbourhoods
+ resources :tags, :only => [:show], :path => :t
end