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
/* | |
*= require shared/reset | |
*/ | |
/* ============================================================================= | |
Primary styles | |
Author: Jeremy Pharo | |
Colors: | |
------- |
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
To start: | |
- canola oil | |
- 3 cloves garlic | |
- 1 onion | |
- salt/pepper | |
- ground ginger | |
- any type of "curry"-like blend (cumin, turmeric, cardamom, clove, etc.) or make your own | |
- red pepper flakes | |
- pinch of cayenne powder |
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
<blockquote class="twitter-tweet"><p>Your yellow brick road awaits <a href="http://t.co/VG3fvZgBf2">http://t.co/VG3fvZgBf2</a></p>— Etsy (@Etsy) <a href="https://twitter.com/Etsy/statuses/369822645568954368">August 20, 2013</a></blockquote> | |
<script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script> |
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
test |
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
class AddOrderRefToPrimaryStoreCredits < ActiveRecord::Migration | |
def change | |
add_reference :primary_store_credits, :order | |
end | |
end | |