fix "This dynamic method is deprecated"

This commit is contained in:
Alexander Machehin 2015-01-26 18:52:48 +05:00
parent dc2e0114b0
commit c3ea0cd259
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
ARCHES = %w(i386 i586 x86_64)
ARCHES.each do |arch|
Arch.find_or_create_by_name arch
Arch.find_or_create_by(name: arch)
end
%w(rosa_system iso_worker_1 file_store).each do |uname|