我有兩個模型Content和ContentType。在內容模型中,我可以這樣做: def get_all_content_except_poking_message
Content.all.where(:name.ne => "no forking, just poking")
end
現在,我試圖在ContentType上應用範圍。在再次內容模型: # Associations
在我的表單中我有很多字段,當我提交我的表單時,我的url我看到很多空的參數,像url?a = & b = & c =和我的has_scope模型認爲我想使用這個參數,但是有空值,但這是錯誤的。 我的模型和控制器的部分: 我怎麼能寫這樣的: if vehicle_manufacturer_id.present?
has_scope :by_manufacturer
end
如何正確檢查現場p