lib/decidim/conferences/admin_engine.rb in decidim-conferences-0.26.10 vs lib/decidim/conferences/admin_engine.rb in decidim-conferences-0.27.0.rc1

- old
+ new

@@ -62,9 +62,10 @@ end resources :exports, only: :create resources :imports, only: [:new, :create] do get :example, on: :collection end + resources :reminders, only: [:new, :create] end resources :moderations do member do put :unreport