cirandas.net

ref: master

config/routes/profile/22_profile.rb


1
2
3
4
5
6
Noosfero::Application.routes.draw do

  # contact
  match 'contact(/:profile)/:action(/:id)', controller: :contact, action: :index, id: /.*/, profile: /#{Noosfero.identifier_format_in_url}/i, via: :all

end