Fix ruby 1.9 syntax error caused by space before parens on method call

This commit is contained in:
Jason Meinzer 2012-01-02 15:25:39 -08:00 committed by Tom Hughes
parent fcaeaf8c44
commit 1aa7b3b6a8

View file

@ -16,7 +16,7 @@ class MoveToInnodb < ActiveRecord::Migration
} }
@@conv_tables.each { |tbl| @@conv_tables.each { |tbl|
change_engine (tbl, "InnoDB") change_engine tbl, "InnoDB"
} }
@@ver_tbl.each { |tbl| @@ver_tbl.each { |tbl|