ref: master
plugins/stores_app/config/routes.rb
1 2 3 4 5
Noosfero::Application.routes.draw do get 'store/:profile' => 'stores_app_plugin/application#index' end