Create followable concern, follow model. Add followable to proposal model.

This commit is contained in:
Senén Rodero Rodríguez
2017-06-26 20:36:09 +02:00
parent e8e6eff679
commit 84dbef16a4
18 changed files with 372 additions and 4 deletions

View File

@@ -93,6 +93,8 @@ Rails.application.routes.draw do
end
end
resources :follows, only: [:create, :destroy]
resources :stats, only: [:index]
resources :legacy_legislations, only: [:show], path: 'legislations'