Sha256: 72a20662026e3f6a54c922cd81fcdf2abbec28d2f0bf87a86ec5b37473ab3c1d
Contents?: true
Size: 428 Bytes
Versions: 73
Compression:
Stored size: 428 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: http://rubyonjets.com/docs/assets-serving/ any "*catchall", to: "jets/public#show" end
Version data entries
73 entries across 73 versions & 2 rubygems