Created
April 9, 2014 20:19
-
-
Save Irio/10310238 to your computer and use it in GitHub Desktop.
nil=>nil
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> 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