Sha256: c40c01b863902975341f3f0196b15306b44eab45627a3259369253c2a93146da

Contents?: true

Size: 315 Bytes

Versions: 4

Compression:

Stored size: 315 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

4 entries across 4 versions & 1 rubygems

Version Path
qa-1.0.0 config/routes.rb
qa-0.11.1 config/routes.rb
qa-0.11.0 config/routes.rb
qa-0.10.2 config/routes.rb