Skip to content

Instantly share code, notes, and snippets.

@svisamsetty
Last active December 29, 2015 15:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save svisamsetty/7693813 to your computer and use it in GitHub Desktop.
Save svisamsetty/7693813 to your computer and use it in GitHub Desktop.
result_budget_item = Hash.new
result_budget_item['budget_item'] = budget_item
result_budget_item['approved_to_date'] = budget_item.get_approved_amount
result_budget_item['claim_to_date'] = budget_item.get_claimed_amount
@result_item_hash['budget_items'] << budget_item
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment