Sha256: 763f97212b36b06efb09431d2df69d89972133a7dd4b4dd9204239c7630c7b9b

Contents?: true

Size: 186 Bytes

Versions: 3

Compression:

Stored size: 186 Bytes

Contents

BatchManager::Engine.routes.draw do

  root :to => "batches#index"

  resources :batches do
    collection do
      get :exec
      get :log
      get :async_read_log
    end
  end

end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
batch_manager-0.2.8 config/routes.rb
batch_manager-0.2.7 config/routes.rb
batch_manager-0.2.6 config/routes.rb