Sha256: 7227f88055fa7864becd3323577459381e0a5f66e5fd20331b3273f3442848b7
Contents?: true
Size: 597 Bytes
Versions: 4
Compression:
Stored size: 597 Bytes
Contents
Qa::Engine.routes.draw do get "/search/linked_data/:vocab(/:subauthority)", controller: :linked_data_terms, action: :search get "/show/linked_data/:vocab/:id", controller: :linked_data_terms, action: :show get "/show/linked_data/:vocab/:subauthority/:id", controller: :linked_data_terms, action: :show 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-2.0.1 | config/routes.rb |
qa-2.0.0 | config/routes.rb |
qa-1.2.0 | config/routes.rb |
qa-1.1.0 | config/routes.rb |