here is the error message.
NoMethodError in Sitealizer#menu
Showing vendor/plugins/sitealizer/lib/app/views/sitealizer/menu.rhtml
where line #7 raised:
undefined method `name'' for "<option selected
value=04>04</
option>":String
Extracted source (around line #7):
4: <tr>
5: <td>
6: <form action=''/sitealizer''
target=''_top''>
7: Period:<%= select_tag :month, options_for_select(@months.collect {|
m| [m.name, m.number]}) %>
8: <%= select_tag :year, options_for_select(@years.collect {|y|
[y.name, y.number]}) %>
9: </form>
10: </td>
Thanx,
Dave
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---