Fixing issue #19 and also styling homepage
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddCreatedByToContract < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :contracts, :created_by, :integer
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user