Sha256: a725ffa7bc46e45f3453cedb49963e886e2c152e36730aaa5ca23f6d8e92979e

Contents?: true

Size: 210 Bytes

Versions: 6

Compression:

Stored size: 210 Bytes

Contents

IntegrationPal::Engine.routes.draw do
  root to: 'workers#index'
  resources :jobs
  resources :workers

  namespace :api do
    namespace :v1 do
      resources :jobs, only: [:create, :show]
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
integration_pal-0.1.5 config/routes.rb
integration_pal-0.1.4 config/routes.rb
integration_pal-0.1.3 config/routes.rb
integration_pal-0.1.2 config/routes.rb
integration_pal-0.1.1 config/routes.rb
integration_pal-0.1.0 config/routes.rb