EIS migration commented out

This commit is contained in:
Priit Tark 2015-05-05 17:43:11 +03:00
parent f4428e6222
commit ede71f8e61

View file

@ -1,18 +1,18 @@
class DataUpdate < ActiveRecord::Migration
def change
Registrar.where(
name: 'EIS',
reg_no: '90010019',
phone: '+372 727 1000',
country_code: 'EE',
vat_no: 'EE101286464',
email: 'info@internet.ee',
state: 'Harjumaa',
city: 'Tallinn',
street: 'Paldiski mnt 80',
zip: '10617',
url: 'www.internet.ee',
code: 'EIS'
).first_or_create!
# Registrar.where(
# name: 'EIS',
# reg_no: '90010019',
# phone: '+372 727 1000',
# country_code: 'EE',
# vat_no: 'EE101286464',
# email: 'info@internet.ee',
# state: 'Harjumaa',
# city: 'Tallinn',
# street: 'Paldiski mnt 80',
# zip: '10617',
# url: 'www.internet.ee',
# code: 'EIS'
# ).first_or_create!
end
end