Sha256: 494b6545efdefdcbeffc07544cd5cb93ff6ad7a31fbf2c75619733a1b3a11f68

Contents?: true

Size: 330 Bytes

Versions: 7

Compression:

Stored size: 330 Bytes

Contents

Qa::Engine.routes.draw do
  get "/terms/:vocab(/:subauthority)",  controller: :terms, action: :index
  get "/search/:vocab(/:subauthority)", controller: :terms, action: :search
  get "/show/:vocab/:id",                controller: :terms, action: :show
  get "/show/:vocab/:subauthority/:id", controller: :terms, action: :show
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
qa-0.10.1 config/routes.rb
qa-0.10.0 config/routes.rb
qa-0.9.0 config/routes.rb
qa-0.8.0 config/routes.rb
qa-0.7.0 config/routes.rb
qa-0.6.0 config/routes.rb
qa-0.5.0 config/routes.rb