Sha256: 3129063555dbf48bdaf8febf2f0621f1facbcc4d7e892279104b2bd103a44d55
Contents?: true
Size: 199 Bytes
Versions: 14
Compression:
Stored size: 199 Bytes
Contents
module AlertMessage class Engine < ::Rails::Engine initializer 'alert_message.load_static_assets' do |app| app.middleware.use ::ActionDispatch::Static, "#{root}/vendor" end end end
Version data entries
14 entries across 14 versions & 1 rubygems