Skip to content

Instantly share code, notes, and snippets.

@arnewauters
arnewauters / Braindump CQRS.rb
Created February 2, 2015 16:42
Braindump CQRS
# CLIENT (if RAILS)
class ChangeTreatmentForm
include ActiveModel::Model
attr_reader :reason, :episode_id, :new_treament_id
validate :reason, :episode_id, :new_treatment_id present: true
def to_command