config/routes.rb in effective_cpd-0.2.0 vs config/routes.rb in effective_cpd-0.2.1
- old
+ new
@@ -39,10 +39,10 @@
end
resources :cpd_audit_levels, except: [:show]
resources :cpd_audit_level_questions, except: [:show]
- resources :cpd_audits, except: [:show, :destroy]
+ resources :cpd_audits, except: [:show]
resources :cpd_audit_reviews
end
end