我創建了一個模型Tester,整數列爲tester_type,並聲明模型中的enum變量。 class Tester < ApplicationRecord
enum tester_type: { junior: 0, senior: 1, group: 2 }
end
我得到以下錯誤,而試圖創建/初始化該模型中的對象: ArgumentError: You tried to de
我有問題,我在軌 我從railstutorial.org學習項目,我在上市的有問題〜6.18 所以這是回購 https://github.com/Mroczeks/first_project 這是錯誤: rails test
Running via Spring preloader in process 10776
Started with run options --seed 33787