Displaying 1 result from an estimated 1 matches for "show_month".
2006 Dec 25
1
link_to problem
Hi, I''ve got an issue that I''m running into when I try to display a new
month in a calendar program I''m working on. I have a view show_month and
in that view there are a couple of links, one to the previous month and
one to the next month. They look more or less like this:
<%= link_to ''Next Month'' :action => ''show_month'', :m => ( @month + 1),
:yr => @year %>
Where @month and @year are...