Displaying 1 result from an estimated 1 matches for "employees_helper".
2006 Jan 21
0
Display options from HABTM
..."
<%if @employee.certifications.include?
certification%>checked="checked"<% end %>
><%=certification.course%> <br />
<% end %>
----------------------------------------------------
I think I really have two questions.
Is there a way, by way of a the employees_helper.rb to format the result
of <%=certification.course%> may be into 3 or 4 columns ?
And
How could I display just the records I wanted from the table ? For
example, I tried the following, which produced this erorr - undefined
method `apparatus_pump_testing''
<% for certification...