config/routes.rb in effective_cpd-1.1.3 vs config/routes.rb in effective_cpd-1.2.0
- old
+ new
@@ -44,8 +44,10 @@
resources :cpd_audit_levels, except: [:show]
resources :cpd_audit_level_questions, except: [:show]
resources :cpd_audits, except: [:show]
resources :cpd_audit_reviews
+
+ resources :cpd_bulk_audits, only: [:index, :new, :create]
end
end