add mailto
This commit is contained in:
parent
12760a43d7
commit
54b4679d19
8 changed files with 34 additions and 2 deletions
|
@ -44,6 +44,7 @@ Rails.application.routes.draw do
|
|||
namespace :admin do
|
||||
get '/dossiers/:dossier_id' => 'dossier#show'
|
||||
get '/dossiers' => 'dossier#index'
|
||||
post '/commentaire' => 'commentaires#create'
|
||||
end
|
||||
|
||||
# The priority is based upon order of creation: first created -> highest priority.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue