Add description to import script

This commit is contained in:
Martin Lensment 2015-04-17 10:49:33 +03:00
parent d92e87fc81
commit 7c846c4550

View file

@ -99,6 +99,8 @@ namespace :import do
x.save(validate: false)
end
puts "-----> Creating accounts numbers"
Registrar.all.each do |x|
next if x.cash_account
x.accounts.create(account_type: Account::CASH, currency: 'EUR')