0
我試圖做一個幹海蔘功能,我現在面臨一個字符串轉換成給黃瓜:字符串的活動記錄型號名稱
ActiveRecord模型名Given /^the following "(.+)" exist:/ do |mod, table|
table.hashes.each do |t|
mod.create!(t)
end
assert mod.all.count == table.hashes.size
end
的問題
undefined method `create!' for "Balloon":String (NoMethodError)
更優雅的解決方案可能是使用工廠,但我想知道是否可以使用上述方法?
感謝您的諮詢!我會關注它。 – Andrew