config/routes.rb in binda-0.1.7 vs config/routes.rb in binda-0.1.8

- old
+ new

@@ -83,8 +83,13 @@ resources :images do member do delete 'remove_image' end end + resources :svgs do + member do + delete 'remove_svg' + end + end resources :repeaters end