Finishing contracts, changing from s3.yml to .env

This commit is contained in:
2014-03-02 19:06:39 -07:00
parent c74da562bc
commit cac59e9de5
19 changed files with 118 additions and 41 deletions

View File

@@ -2,8 +2,8 @@ class CreateContracts < ActiveRecord::Migration
def change
create_table :contracts do |t|
t.integer :user_id
t.datetime :first_name
t.datetime :last_name
t.string :first_name
t.string :last_name
t.datetime :signed_at
t.string :document_file_name
t.string :document_content_type