Show only priv contacts

This commit is contained in:
Priit Tark 2015-05-11 15:56:31 +03:00
parent e20de5b793
commit 2ed9672eb5
8 changed files with 28 additions and 3 deletions

View file

@ -0,0 +1,5 @@
class AddIndexToContactType < ActiveRecord::Migration
def change
add_index :contacts, [:registrar_id, :ident_type]
end
end