Sha256: ffd750a8c33ae48d51810affee67c3b8812b91449db295374b010e827ec59c25
Contents?: true
Size: 236 Bytes
Versions: 4
Compression:
Stored size: 236 Bytes
Contents
module Voltron module Notify class Engine < Rails::Engine isolate_namespace Voltron initializer "voltron.notify.initialize" do ::ActiveRecord::Base.send :extend, ::Voltron::Notify end end end end
Version data entries
4 entries across 4 versions & 1 rubygems