提交 6f788b1d 编写于 作者: P Pablo Torres

Use 1.9 Hash syntax consistently

上级 7d17b1de
...@@ -334,7 +334,7 @@ def create_table(*args, &block) ...@@ -334,7 +334,7 @@ def create_table(*args, &block)
t.integer :ideal_reference_id t.integer :ideal_reference_id
end end
create_table :keyboards, force: true, :id => false do |t| create_table :keyboards, force: true, id: false do |t|
t.primary_key :key_number t.primary_key :key_number
t.string :name t.string :name
end end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册