Module: Railsmith::BaseService::BulkParams Private
- Included in:
- BulkActions
- Defined in:
- lib/railsmith/base_service/bulk_params.rb
Overview
This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.
Parses and normalizes bulk action params.
Constant Summary collapse
- DEFAULT_BULK_LIMIT =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
1000- DEFAULT_BATCH_SIZE =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
100- TRANSACTION_MODE_ALL_OR_NOTHING =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
:all_or_nothing- TRANSACTION_MODE_BEST_EFFORT =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
:best_effort