Displaying 1 result from an estimated 1 matches for "pi_full_name".
Did you mean:
uni_full_name
2010 Jan 08
1
problem using build with has_many :through relationship
...ions</th>
</tr>
<% @irbs.each do |irb| %>
<tr id=''<%= irb.id %>''>
<td><%=h irb.IRB %></td>
<td><%=h truncate(irb.Title, :length => 30) %></td>
<td><%=h irb.PI_Full_Name %></td>
<td><%= link_to ''Add IRB'', reviews_path, :id => irb.id,
:method => :post %></td>
</tr>
<% end %>
</table>
<%= will_paginate @irbs %>
Thank you for any advice or help with this.
John
--
Posted...