Sha256: 2ce4a610866ebe1f3b5ea65528c2f806cc6a547faf17b057f2b050728401aac0
Contents?: true
Size: 333 Bytes
Versions: 4
Compression:
Stored size: 333 Bytes
Contents
Qa::Engine.routes.draw do get "/terms/:vocab(/:sub_authority)", controller: :terms, action: :index get "/search/:vocab(/:sub_authority)", controller: :terms, action: :search get "/show/:vocab/:id", controller: :terms, action: :show get "/show/:vocab/:sub_authority/:id", controller: :terms, action: :show end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
qa-0.4.3 | config/routes.rb |
qa-0.4.2 | config/routes.rb |
qa-0.4.1 | config/routes.rb |
qa-0.4.0 | config/routes.rb |