Added missing code for migration

This commit is contained in:
Priit Tark 2015-05-05 16:38:55 +03:00
parent 02d68386fb
commit f4428e6222

View file

@ -11,7 +11,8 @@ class DataUpdate < ActiveRecord::Migration
city: 'Tallinn', city: 'Tallinn',
street: 'Paldiski mnt 80', street: 'Paldiski mnt 80',
zip: '10617', zip: '10617',
url: 'www.internet.ee' url: 'www.internet.ee',
code: 'EIS'
).first_or_create! ).first_or_create!
end end
end end