perhaps <%= profile.show_types.collect { |s| s.name + “,” }.to_s.chop %>
a problem is that <%= displays the return values of what it encloses, which may not be printable strings
…
John Browning
perhaps <%= profile.show_types.collect { |s| s.name + “,” }.to_s.chop %>
a problem is that <%= displays the return values of what it encloses, which may not be printable strings
…
John Browning