Module: StatusAssignable::Association
- Defined in:
- lib/status_assignable/association.rb
Overview
This will allow the model to allow custom :archive option to be valid. The values accepted by the :archive option are :callbacks and :assign.
Constant Summary collapse
- CUSTOM_VALID_OPTIONS =
[:archive].freeze
- VALID_ARCHIVE_OPTIONS =
%i[callbacks assign].freeze