config/routes.rb in fcrepo_admin-0.4.0 vs config/routes.rb in fcrepo_admin-0.4.1
- old
+ new
@@ -10,9 +10,10 @@
resources :datastreams, :only => [:index, :show, :edit, :update] do
member do
get 'content'
get 'upload'
get 'download'
+ get 'history'
end
end
end
end