config/routes.rb in fcrepo_admin-0.1.1 vs config/routes.rb in fcrepo_admin-0.2.0
- old
+ new
@@ -1,9 +1,9 @@
FcrepoAdmin::Engine.routes.draw do
scope :module => "fcrepo_admin" do
resources :objects, :only => :show do
- resources :datastreams, :only => [:index, :show] do
+ resources :datastreams, :only => [:index, :show, :edit, :update] do
member do
get 'download'
end
end
resources :audit_trail, :only => :index