Remove data migrations

This commit is contained in:
Martin Lensment 2015-04-29 16:51:11 +03:00
parent 35b8ec6c91
commit 350cae621a
8 changed files with 0 additions and 33 deletions

View file

@ -7,9 +7,5 @@ class CreateAccounts < ActiveRecord::Migration
t.timestamps
end
Registrar.all.each do |x|
Account.create(registrar_id: x.id, account_type: Account::CASH)
end
end
end