这基本上是我想要做的事情,但我想知道是否有办法在不运行循环两次的情况下做到这一点?
%table
%thead
%tr
- @widgets.each do |widget|
%th
= widget.name
%tbody
%tr
- @widgets.each do |widget|
%td
= widget.info
这基本上是我想要做的事情,但我想知道是否有办法在不运行循环两次的情况下做到这一点?
%table
%thead
%tr
- @widgets.each do |widget|
%th
= widget.name
%tbody
%tr
- @widgets.each do |widget|
%td
= widget.info