Skip to content

Instantly share code, notes, and snippets.

View melvinram's full-sized avatar

Melvin Ram melvinram

View GitHub Profile
@melvinram
melvinram / 0_reuse_code.js
Created November 20, 2015 19:42
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
FactoryGirl.define do
factory :order do
email 'some@email.com'
delivery_fee 6.99
amount 206.99
paid 0
comments 'This is some comment to order'
discount_client 5
association :delivery