Merge pull request #51 from medialab-prado/14-base-legislation-annotations

Base Legislation Annotations
This commit is contained in:
Fernando Blat
2017-01-04 13:50:37 +01:00
committed by GitHub
12 changed files with 178 additions and 8 deletions

View File

@@ -101,7 +101,9 @@ Rails.application.routes.draw do
resources :draft_versions, only: [:show] do
get :go_to_version, on: :collection
get :changes
resources :annotations
resources :annotations do
get :search, on: :collection
end
end
end
end