提交 61ef04ce 编写于 作者: S Sean Griffin

Silence deprecation warning in test

Missed a case that only occured for mysql/mysql2
上级 52434e9a
......@@ -12,6 +12,9 @@
require MIGRATIONS_ROOT + "/decimal/1_give_me_big_numbers"
class BigNumber < ActiveRecord::Base
unless current_adapter?(:PostgreSQLAdapter, :SQLite3Adapter)
property :value_of_e, Type::Integer.new
end
property :world_population, Type::Integer.new
property :my_house_population, Type::Integer.new
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册