Basic info_contact command

This commit is contained in:
Andres Keskküla 2014-07-31 12:45:38 +03:00
parent 3c3a8bfb47
commit 8a1a634f37
8 changed files with 75 additions and 10 deletions

View file

@ -0,0 +1,5 @@
class AddOrgNameToContact < ActiveRecord::Migration
def change
add_column :contacts, :org_name, :string
end
end