config/routes.rb in iqvoc-3.5.5 vs config/routes.rb in iqvoc-3.5.6

- old
+ new

@@ -55,9 +55,9 @@ match 'search(.:format)' => 'search_results#index', :as => 'search' root :to => 'concepts/hierarchical#index', :format => nil end - + match '/scheme(.:format)' => 'rdf#scheme', :as => 'scheme' match '/:id(.:format)' => 'rdf#show', :as => 'rdf' end