Sha256: 2660a73406e7792ad0aef1dfb6fb02419c48805d45262a316f1e67d4fd4dc63b

Contents?: true

Size: 382 Bytes

Versions: 6

Compression:

Stored size: 382 Bytes

Contents

Apidae::Engine.routes.draw do

  resources :objects, only: [:index, :show], path: 'objets'
  resources :selections, only: [:index] do
    resources :objects, only: [:index], path: 'objets'
  end
  resources :references, only: [:index]

  match 'import/callback', via: :post, to: 'import#callback'
  match 'import/run', via: :post, to: 'import#run'

  root to: 'dashboard#index'
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
apidae-0.6.3 config/routes.rb
apidae-0.6.2 config/routes.rb
apidae-0.6.1 config/routes.rb
apidae-0.6.0 config/routes.rb
apidae-0.5.3 config/routes.rb
apidae-0.5.2 config/routes.rb