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