Created
March 22, 2012 02:38
-
-
Save felideon/2155271 to your computer and use it in GitHub Desktop.
double includes
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
<%= stylesheet_link_tag "application" %> | |
<%= javascript_include_tag "https://js.stripe.com/v1/", "application" %> | |
<%= javascript_include_tag "application" %> | |
<%= csrf_meta_tags %> | |
<%= tag :meta, :name => "stripe-key", :content => STRIPE_PUBLIC_KEY %> |
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
// This is a manifest file that'll be compiled into including all the files listed below. | |
// Add new JavaScript/Coffee code in separate files in this directory and they'll automatically | |
// be included in the compiled file accessible from http://example.com/assets/application.js | |
// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the | |
// the compiled file. | |
// | |
//= require jquery | |
//= require jquery_ujs | |
//= require_tree . | |
//= require twitter/bootstrap |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment