Sha256: da7d2f52c40dec537e55d1f294bf4221e145f1b113ec1d100ca8b007c33b7155
Contents?: true
Size: 256 Bytes
Versions: 5
Compression:
Stored size: 256 Bytes
Contents
module Noodall module Components module GeneralContent class Engine < Rails::Engine # initializer "static assets" do |app| # app.middleware.use ::ActionDispatch::Static, "#{root}/public" # end end end end end
Version data entries
5 entries across 5 versions & 1 rubygems