請幫忙! 我需要將下面的查詢子句合併爲一個。 Foo.where('bar_id IS NULL')
Foo.joins(:bar).where('bar.daily_budget > bar.daily_cost')
當子句joins(:bar),bar_id IS NULL記錄將被過濾。 它不是那麼簡單,如下所示組合,這個bar_id IS NULL將被過濾。 Foo.joins(:ba
當我按下顯示文章時以及在編輯文章時按更新文章時出現錯誤。如果你認爲它不夠用,我會告訴你圖像和我的代碼,問會做得很好。 圖片顯示錯誤的: 編輯錯誤的圖片: 我的代碼: edit.html.erb: <h1>Edit the existing article</h1>
<% if @article.errors.any? %>
<h2>The following errors a