config/routes.rb in fcrepo_admin-0.5.4 vs config/routes.rb in fcrepo_admin-0.5.5.pre

- old
+ new

@@ -12,10 +12,10 @@ resources :associations, :only => [:index, :show] resources :datastreams, :only => datastreams_resources do member do get 'content' get 'upload' unless FcrepoAdmin.read_only - get 'download' + get 'download' => 'download#show' get 'history' end end end end