Libraries
»
bulk_insert
(1.3.0)
»
Index (B)
»
BulkInsert
Module: BulkInsert
Extended by:
ActiveSupport::Concern
Defined in:
lib/bulk_insert.rb
,
lib/bulk_insert/worker.rb,
lib/bulk_insert/version.rb
Defined Under Namespace
Modules:
ClassMethods
Classes:
Worker
Constant Summary
collapse
MAJOR =
1
MINOR =
3
TINY =
0
VERSION =
[
MAJOR
,
MINOR
,
TINY
]
.
join
(
"
.
"
)