Displaying 1 result from an estimated 1 matches for "stonybrook_at".
2005 Dec 01
0
Problem using a date helper
...operly discard the year.
So, I''m trying to use the helper''s time_select function.
date_helper.rb is in my helpers directory. In my controller, it''s
included with "helper :date"
In my view, I have the code
<%= time_select ''train'', ''stonybrook_at'' %>
If I use the helper file as-is, when I try to load my view, I get the
error "Uninitialized constant DateHelper". If I comment out the lines
"module ActionView" and "module Helpers", I get past that error, but
then I''m stuck with another error:...