Skip to content

Instantly share code, notes, and snippets.

@alanq
alanq / mt.rb
Created May 16, 2012 15:18
DCI in ruby without injection - MoneyTransfer example
-----------------------------------------
Boilerplate code (in rails_app_root/lib)
-----------------------------------------
module ContextAccessor
def context
Thread.current[:context]
end
end