Replace :synthesize syntax
erithmetic opened this issue · 1 comments
erithmetic commented
Instead of:
store :field, :synthesize => Proc.new { |row| do_some_stuff }
Allow:
store :field do |row|
do_some_stuff
and_how
end
seamusabshere commented
i really like this idea