I second the comments about...
1 2 3 4
<% @purchase_order.grants.each do |grant| %> <table> <tbody> ...
Is there a way in Ruby to p...
I second the comments about...