actions do
create :register do
argument :form_action, :atom, constraints: [one_of: [:validate, :submit]]
accept [:name, :document, :mobile, :email]
change App.Reverse.PatientLogic
end
end
actions do
create :register do
argument :form_action, :atom, constraints: [one_of: [:validate, :submit]]
accept [:name, :document, :mobile, :email]
change App.Reverse.PatientLogic
end
end