Displaying 1 result from an estimated 1 matches for "train_stonybrook_at".
2005 Dec 01
0
Problem using a date helper
...ror, but
then I''m stuck with another error:
ArgumentError in Admin/trains#new
Showing app/views/admin/trains/_form.rhtml where line #19 raised:
wrong number of arguments (3 for 0)
Extracted source (around line #19):
16: <tr>
17: <td>
18: <p><label for="train_stonybrook_at">Stony Brook at</label><br/>
19: <%= time_select "train", "stonybrook_at"%>
20: </p>
21: </td>
22: <td>
The line it references in date_helper.rb looks like this:
InstanceTag.new(object, method, self).to_datetime_select_tag...