現在、
<%= f.collection_select :category_id, @category, :id, :name, { prompt: "---" }, { class: "category_select-box", id: "category_select" } %>
このような形で実装しています。
category_idには、複数の値を持たせるので、[] を追加したいのですが、エラーが発生してしまいます。
<%= f.collection_select :category_id,[], @category, :id, :name, { prompt: "---" }, { class: "category_select-box", id: "category_select" } %>
とすると
wrong number of arguments (given 7, expected 4..6)
このようなエラーが発生してしまいます。
どのように [] を記述すれば良いのですか?
def new @post = Post.new @category = Category.all.order("id ASC").limit(13) end
@categoryでは、カテゴリーの親要素を取得しています(ancestry使用)
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。