سؤال

I am trying show the user a table. Problem which I'm facing is the fact that besides outputting what I need in the table, they are also outputted outside it.

https://gist.github.com/maimutza/28dda9cb1055d13e9439

هل كانت مفيدة؟

المحلول

<%= p.shipments.each do |s| %>

I guess you should remove the = sign

<% p.shipments.each do |s| %>

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top