add mailto

This commit is contained in:
Tanguy PATTE 2015-08-25 16:33:55 +02:00
parent 12760a43d7
commit 54b4679d19
8 changed files with 34 additions and 2 deletions

View file

@ -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.