Initial commit

This commit is contained in:
2013-04-29 22:55:08 -07:00
commit 067ebd998f
68 changed files with 1593 additions and 0 deletions
@@ -0,0 +1,9 @@
class CreatePayments < ActiveRecord::Migration
def change
create_table :payments do |t|
t.string :profile
t.timestamps
end
end
end