Sha256: 1d998c25c327494d24f3272d5e45240be94f2b5af8e74e131a5d1e2e100de9bb

Contents?: true

Size: 111 Bytes

Versions: 6

Compression:

Stored size: 111 Bytes

Contents

Rails.application.routes.draw do
  mount ApiDocs::Engine => '/'
  match '/users/:id' => 'application#show'
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
api_docs-1.0.5 test/dummy/config/routes.rb
api_docs-1.0.4 test/dummy/config/routes.rb
api_docs-1.0.3 test/dummy/config/routes.rb
api_docs-1.0.2 test/dummy/config/routes.rb
api_docs-1.0.1 test/dummy/config/routes.rb
api_docs-1.0.0 test/dummy/config/routes.rb