NewDesign: can add annotations

This commit is contained in:
Simon Lehericey 2017-08-02 15:33:23 +02:00 committed by Mathieu Magnin
parent b94fc7c132
commit 3e5d0dce6a
5 changed files with 71 additions and 0 deletions

View file

@ -248,6 +248,7 @@ Rails.application.routes.draw do
patch 'unfollow'
patch 'archive'
patch 'unarchive'
patch 'annotations' => 'dossiers#update_annotations'
post 'commentaire' => 'dossiers#create_commentaire'
scope :carte do
get 'position'