Sha256: 0c2b9fe13a39a7d5997913ec811d7dda4de0a3df2ca366894234fcb2f9ff7c29
Contents?: true
Size: 319 Bytes
Versions: 4
Compression:
Stored size: 319 Bytes
Contents
module Voltron module Notify class Engine < Rails::Engine isolate_namespace Voltron initializer 'voltron.notify.initialize' do ::ActiveRecord::Base.send :extend, ::Voltron::Notify ::ActionDispatch::Routing::Mapper.send :include, ::Voltron::Notify::Routes end end end end
Version data entries
4 entries across 4 versions & 1 rubygems