Posts by sReichert • 11 points
1 post
-
1
votes0
answers31
viewsQ: Rails Form Builder is not rendering all content
I created a select with form Builder, but it doesn’t render all the content inside it def select_box(name, value, select_options = {}, html_options = {}) content_tag :div, class: class_name do…