Sha256: 9f8e25ec0715c1310e614d0ba6c7a3af312d36638e9853c62a3aa0ce95738560
Contents?: true
Size: 309 Bytes
Versions: 3
Compression:
Stored size: 309 Bytes
Contents
module Voltron module Flash class Engine < Rails::Engine isolate_namespace Voltron initializer 'voltron.flash.initialize' do ::ActionController::Base.send :prepend, ::Voltron::Flash ::ActionController::Base.send :helper, ::Voltron::FlashHelper end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
voltron-flash-0.1.6 | lib/voltron/flash/engine.rb |
voltron-flash-0.1.8 | lib/voltron/flash/engine.rb |
voltron-flash-0.1.7 | lib/voltron/flash/engine.rb |