這裏是我試圖通過一個測試: def test_it_scores_a_double_word_score
play = Play.new(:word => "hello")
assert_equal 16, play.score(:word_multiplier => :double)
end
這裏是我的類: class Play < ActiveRecord::
我想將我的列(IsActive)之一的默認值設置爲默認值如下,但它永遠不會工作。我試着單獨使用DefaultValue和DefaultValueSql,正如你在下面的例子中看到的,我試圖一起使用它們。任何想法,如果我在這裏失去一些東西? public partial class Initial : DbMigration
{
public override void Up()