poc(batch_operations_controller): implement simple [not yet with procedure_presentation] action to create a batch operation
This commit is contained in:
parent
b11dbafc59
commit
7df86c50fb
8 changed files with 99 additions and 8 deletions
|
@ -21,6 +21,7 @@ class BatchOperation < ApplicationRecord
|
|||
|
||||
has_many :dossiers, dependent: :nullify
|
||||
belongs_to :instructeur
|
||||
|
||||
validates :operation, presence: true
|
||||
|
||||
def enqueue_all
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue