Displaying 1 result from an estimated 1 matches for "display_columns".
2006 Jan 10
0
auto_link generating error (nil.gsub) in functional test
...trollerTest):
ActionView::TemplateError: You have a nil object when you didn''t expect it!
The error occured while evaluating nil.gsub
On line #28 of app/views/personnel/list.rhtml
25: <tr valign="top" class="<%= alternate_rows %>">
26: <% display_columns = ["username", "preferred_name", "email",
"title"] %>
27: <% display_columns.each do |column| %>
28: <td><%= auto_link(person.send(column)) %></td>
29: <% end %>
30: <td><%= lin...