Sha256: 738843db95b562e400f5739820d50a12d12a4f9626e715d7a14284e224f00f91

Contents?: true

Size: 447 Bytes

Versions: 5

Compression:

Stored size: 447 Bytes

Contents

Qa::Engine.routes.draw do
  match "/search/:vocab" => "terms#search", :via=>:get
  match "/search/:vocab/:sub_authority" => "terms#search", :via=>:get
  match "/terms/:vocab" => "terms#index", :via=>:get
  match "/terms/:vocab/:sub_authority" => "terms#index", :via=>:get
  match "/terms" => "terms#index", :via=>:get
  match "/show/:vocab/:id" => "terms#show", :via=>:get
  match "/show/:vocab/:sub_authority/:id" => "terms#show", :via=>:get
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
qa-0.3.0 config/routes.rb
qa-0.2.1 config/routes.rb
qa-0.1.0 config/routes.rb
qa-0.0.3 config/routes.rb
qa-0.0.2 config/routes.rb