Sha256: c630122c56e1ee563512da8e02ce33fe340b48753a713e2d72188f1b90cc8d25
Contents?: true
Size: 322 Bytes
Versions: 1
Compression:
Stored size: 322 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 end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
qa-0.0.1 | config/routes.rb |