Sha256: 75aad15545480b4c7986134c16f8697e4f6756931bf8ccb2d58241e9f3a21183
Contents?: true
Size: 268 Bytes
Versions: 2
Compression:
Stored size: 268 Bytes
Contents
require_relative 'active_record_extension' module Backgrounded class Railtie < Rails::Railtie initializer 'backgrounded.configure' do ActiveSupport.on_load(:active_record) do include Backgrounded::ActiveRecordExtension end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
backgrounded-2.1.2 | lib/backgrounded/railtie.rb |
backgrounded-2.1.1 | lib/backgrounded/railtie.rb |