Skip to content

Instantly share code, notes, and snippets.

@rizzatti
Created August 7, 2012 14:32
Show Gist options
  • Save rizzatti/3285861 to your computer and use it in GitHub Desktop.
Save rizzatti/3285861 to your computer and use it in GitHub Desktop.
[
"equity_position_investments",
"equity_position_real_estate",
...
].each do |field|
value = FormSanitizer.currency(send("#{field}_formatted".to_sym))
send("#{field}=".to_sym, value)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment