More contract tweaks

This commit is contained in:
2014-03-02 21:48:49 -07:00
parent d8311fa7cc
commit 3cd6c59df0
14 changed files with 53 additions and 20 deletions

View File

@@ -0,0 +1,5 @@
class AddCosignerToContracts < ActiveRecord::Migration
def change
add_column :contracts, :cosigner, :string
end
end