diff --git a/config/routes.rb b/config/routes.rb index d411848..0101130 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -32,7 +32,7 @@ Noosfero::Application.routes.draw do match 'user_themes(/*stuff)' => 'not_found#nothing' # embed controller - map.embed 'embed/:action/:id', :controller => 'embed', :id => /\d+/ + match 'embed/:action/:id', :controller => 'embed', :id => /\d+/ # online documentation match 'doc' => 'doc#index', :as => :doc -- libgit2 0.21.2