Displaying 1 result from an estimated 1 matches for "holiday_list".
2006 Jun 13
1
How to give conditions in rails
Hi, I have Holiday table. the fileds are id,holiday_date,description. i
added new records and list them also. when i listed all the records in
the database are listed but i want to list only one particular year
records. my holiday_list.rhtml page is as follows
<%= stylesheet_link_tag "common", :media => "all" %>
<%= error_messages_for ''holiday'' %>
<%= form_tag(:controller => "admin", :action => "holiday_list") %>
<table align="center&qu...