search for: format_planned_start_date

Displaying 1 result from an estimated 1 matches for "format_planned_start_date".

2006 May 03
2
Using a helper within another helper?
...problem I''m having is that the application complains that it doesn''t know about date_select(). I''m sure (or hope) it''s simple, but so far, I haven''t issued the right commands. To give an example of what I''m doing: from the view: <%= format_planned_start_date @plan, ''plan'', ''planned_to_start_on'', ''Planned Start Date'' %> and from my helper: require ''date'' module HtmlHelper helper :date_helper include DateHelper def format_planned_start_date(obj, obj_name, field_name, la...