Sha256: f409dc008582699b668c3170f76503720a7bc6904738ef090c83ba12f4f7877c

Contents?: true

Size: 187 Bytes

Versions: 1

Compression:

Stored size: 187 Bytes

Contents

module PoeStatic
  class Engine < ::Rails::Engine
    initializer 'poe_static.load_poe_static' do |app|
      app.middleware.use ::ActionDispatch::Static, "#{root}/app"
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
poe_static-0.0.9 lib/poe_static/engine.rb