Sha256: 40806ba5789ff57f348b7282ac7ff5b52cc155575c5ad0d6ac88188643c28874
Contents?: true
Size: 285 Bytes
Versions: 38
Compression:
Stored size: 285 Bytes
Contents
Jets.application.routes.draw do # Default homepage. This should be replaced. root "jets/welcome#index" # Required for API Gateway to serve static utf8 content out of public folder. # Replace with your own controller to customize. any "*catchall", to: "jets/public#show" end
Version data entries
38 entries across 38 versions & 1 rubygems