Sha256: 99e574bad2b81dfe19353b6e7cb6f8656926e54fb4c74f19c44f6ee9140f71f2
Contents?: true
Size: 230 Bytes
Versions: 1
Compression:
Stored size: 230 Bytes
Contents
module PhantomOpenEmojiStatic class Engine < ::Rails::Engine initializer 'phantom_open_emoji_static.load_phantom_open_emoji_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.8 | lib/phantom_open_emoji_static/engine.rb |