Sha256: 2d2892d22423411fb6ec4ddfd73fa265d13f3731a318e9a0b4e9d167cc7bf2a0

Contents?: true

Size: 136 Bytes

Versions: 7

Compression:

Stored size: 136 Bytes

Contents

WorkflowKit::Engine.routes.draw do

  root to: "workflows#index"

  resources :workflows do
    put 'execute', on: :member
  end
  
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
workflow_kit-0.0.8 config/routes.rb
workflow_kit-0.0.7 config/routes.rb
workflow_kit-0.0.6.alpha config/routes.rb
workflow_kit-0.0.4.alpha config/routes.rb
workflow_kit-0.0.3.alpha config/routes.rb
workflow_kit-0.0.2.alpha config/routes.rb
workflow_kit-0.0.1.apha config/routes.rb