Ruby on Rails Monday, October 21, 2019

error is caused by line 4

 1 <% @item_properties.each do |ip| %>
 2     <div class="field">
 3       <%= f.label "#{ip.name}".downcase %>
 4       <%= f.text_area [:item][:item_item_property][ip.name.downcase.to_sym] %>
 5     </div>
 6  <% end %>

--
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/81673f7a-f6ff-4c45-952e-91b0a256274a%40googlegroups.com.

No comments:

Post a Comment