Contact - Registrar relation

This commit is contained in:
Andres Keskküla 2014-10-07 16:14:36 +03:00
parent 9519538744
commit 3d652bf85b
11 changed files with 90 additions and 16 deletions

View file

@ -0,0 +1,5 @@
class AddRegistrarToContacts < ActiveRecord::Migration
def change
add_column :contacts, :registrar_id, :integer
end
end