Sha256: 1e28acdfcafdcc396e37b8d673433b66ed445131d80bbc5d7588a5a32eb266f4

Contents?: true

Size: 305 Bytes

Versions: 13

Compression:

Stored size: 305 Bytes

Contents

Hydra::BatchEdit::Engine.routes.draw do
###NOTE this isn't used
  
  match 'batch_edits/:id' => 'batch_edits#add', :via=>:put
  resources :batch_edits, :only=>[:index] do
    member do
      delete :destroy
    end
    collection do
      get :edit
      put :update
      delete :clear
    end
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
hydra-batch-edit-1.0.1 config/routes.rb
hydra-batch-edit-1.0.0 config/routes.rb
hydra-batch-edit-0.3.1 config/routes.rb
hydra-batch-edit-0.3.0 config/routes.rb
hydra-batch-edit-0.2.0 config/routes.rb
hydra-batch-edit-0.1.0 config/routes.rb
hydra-batch-edit-0.0.7 config/routes.rb
hydra-batch-edit-0.0.6 config/routes.rb
hydra-batch-edit-0.0.5 config/routes.rb
hydra-batch-edit-0.0.4 config/routes.rb
hydra-batch-edit-0.0.3 config/routes.rb
hydra-batch-edit-0.0.2 config/routes.rb
hydra-batch-edit-0.0.1 config/routes.rb