Sha256: d1c21f4e71d32d56559b98ebf9016853c7d3773f9cdbb57ee9af2f3e5484acd3
Contents?: true
Size: 1.17 KB
Versions: 2
Compression:
Stored size: 1.17 KB
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 match "/search/linked_data/:vocab(/:subauthority)", to: 'application#options', via: [:options] match "/show/linked_data/:vocab/:id", to: 'application#options', via: [:options] match "/show/linked_data/:vocab/:subauthority/:id", to: 'application#options', via: [:options] match "/terms/:vocab(/:subauthority)", to: 'application#options', via: [:options] match "/search/:vocab(/:subauthority)", to: 'application#options', via: [:options] match "/show/:vocab/:id", to: 'application#options', via: [:options] match "/show/:vocab/:subauthority/:id", to: 'application#options', via: [:options] end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
qa-2.1.2 | config/routes.rb |
qa-2.1.1 | config/routes.rb |