Sha256: f51d922c7ad3f311ca1a6308e24bfaf03b962f23dcc71ae14652a8ceb1891fac
Contents?: true
Size: 152 Bytes
Versions: 1
Compression:
Stored size: 152 Bytes
Contents
JsonSchemaRails::Engine.routes.draw do get '*id(.:format)', to: 'schemas#show', as: :schema, id: /[\/a-zA-Z0-9_-]+/, defaults: { format: 'json' } end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
json_schema_rails-0.2.1 | config/routes.rb |