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

@ -38,6 +38,7 @@ ActiveRecord::Schema.define(version: 20140731081816) do
t.datetime "updated_at"
t.string "ident"
t.string "ident_type"
t.string "org_name"
end
create_table "countries", force: true do |t|