config/routes.rb in curate-0.1.3 vs config/routes.rb in curate-0.2.0

- old
+ new

@@ -21,10 +21,13 @@ path: 'container/:parent_id/generic_files' ) resources( :generic_files, only: [:show, :edit, :update, :destroy] - ) + ){ + get :versions + put :rollback + } end resources :terms_of_service_agreements, only: [:new, :create] resources :help_requests, only: [:new, :create] resources :classify_concerns, only: [:new, :create]