Ruby on Rails Sunday, November 17, 2019

Is this view helper valid for @category=Category.new because I tried it, I get a nil list

<%=
f.select :parent_id, nested_set_options(Category, @category) {|i| "#{'-' * i.level} #{i.name}" } %>

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/49f4eec1-9900-46a4-bfa4-27119e8e5980%40googlegroups.com.

No comments:

Post a Comment