Sha256: 6af025407d54da1852551800e121986fe9cec3a77a8ba3e3d7d889f0c0e364e2
Contents?: true
Size: 436 Bytes
Versions: 111
Compression:
Stored size: 436 Bytes
Contents
Jets.application.routes.draw do root "jets/public#show" # The jets/public#show controller can serve static utf8 content out of the public folder. # Note, as part of the deploy process Jets uploads files in the public folder to s3 # and serves them out of s3 directly. S3 is well suited to serve static assets. # More info here: https://rubyonjets.com/docs/extras/assets-serving/ any "*catchall", to: "jets/public#show" end
Version data entries
111 entries across 111 versions & 3 rubygems