Skip to content

Instantly share code, notes, and snippets.

View iamjwc's full-sized avatar

Justin Camerer iamjwc

  • LimeWire, LLC
  • New York City
View GitHub Profile
@iamjwc
iamjwc / file.json
Last active October 13, 2015 05:17 — forked from anonymous/file.json
{"songs": [
{
"globalId": "gold-rush",
"name": "Gold Rush",
"written-by": "Bill Monroe",
"key": "a",
"chord-progression": [
{"section-name": "A", "chords": [
{"key-as-letter": "a", "key-as-roman": "I", "duration": 3.0},
{"key-as-letter": "e", "key-as-roman": "V", "duration": 0.5}
class CreateAccountsComponents < ActiveRecord::Migration
def self.up
create_table :themes do |t|
t.integer :account_id
t.string :name
t.string :default_processing_message
t.string :standalone_header_image
t.string :standalone_background_color
t.string :validation_icon
t.string :custom_validation_icon