Displaying 1 result from an estimated 1 matches for "holiday_show".
2006 Jun 13
1
How to give conditions in rails
...quot;><b> <%= h(holiday.holiday_date) %></b></td>
<td width="50%"><b> <%= h(holiday.description) %></b></td>
<td class="ListActions">
<%= link_to ''Show'', :action => ''holiday_show'', :id => holiday %>
<%= link_to ''Edit'', :action => ''holiday_edit'', :id => holiday %>
<%= link_to ''Destroy'', { :action => ''holiday_destroy'', :id =>
holiday },...