Sha256: e5c2196d46b5154a3e8bb51682234a7853e09a2d31435dc18523d12877d2d177
Contents?: true
Size: 319 Bytes
Versions: 3
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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
voltron-notify-0.1.6 | lib/voltron/notify/engine.rb |
voltron-notify-0.1.8 | lib/voltron/notify/engine.rb |
voltron-notify-0.1.7 | lib/voltron/notify/engine.rb |