Created
October 1, 2013 10:21
-
-
Save kelso/6776476 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
metal_price = case product.category.kind | |
when "gold_coin", "gold_bar" then gold_price | |
when "silver_coin", "silver_bar" then silver_price | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment