Sha256: 2dbffee5039622dcad047c668ac36b64d023fd94318f2568390413829600f5eb

Contents?: true

Size: 160 Bytes

Versions: 13

Compression:

Stored size: 160 Bytes

Contents

Erd::Engine.routes.draw do
  get '/' => 'erd#index'
  put '/' => 'erd#update'
  put '/migrate' => 'erd#migrate', :as => 'migrate'
  root :to => 'erd#index'
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
erd-0.4.0 config/routes.rb
erd-0.3.3 config/routes.rb
erd-0.3.2 config/routes.rb
erd-0.3.1 config/routes.rb
erd-0.3.0 config/routes.rb
erd-0.2.0 config/routes.rb
erd-0.1.6 config/routes.rb
erd-0.1.5 config/routes.rb
erd-0.1.4 config/routes.rb
erd-0.1.3 config/routes.rb
erd-0.1.2 config/routes.rb
erd-0.1.1 config/routes.rb
erd-0.1.0 config/routes.rb