Sha256: 7b6080fa358f6bd26616c85be93eefc9c9e5951712b32570c8f04c461c187df9

Contents?: true

Size: 137 Bytes

Versions: 1

Compression:

Stored size: 137 Bytes

Contents

Hybridge::Engine.routes.draw do
  get 'ingest/index'
  match '/perform', to: "ingest#perform", via: :post

  root to: "ingest#index"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hybridge-1.0.0 config/routes.rb