Skip to content

Instantly share code, notes, and snippets.

@Irio
Created April 9, 2014 20:19
Show Gist options
  • Save Irio/10310238 to your computer and use it in GitHub Desktop.
Save Irio/10310238 to your computer and use it in GitHub Desktop.
nil=>nil
> ProjectTotal.first.attributes
ProjectTotal Load (1.8ms) SELECT "project_totals".* FROM "project_totals" LIMIT 1
=> {"project_id"=>13, "pledged"=>#<BigDecimal:7fe90f8b3558,'0.18E3',9(18)>, "progress"=>#<BigDecimal:7fe90f8b34e0,'0.2465753424 65753425E0',18(36)>, "total_payment_service_fee"=>#<BigDecimal:7fe90f8b3490,'0.0',9(18)>, "total_contributions"=>4, nil=>nil}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment