# File app/helpers/date_helper.rb, line 42
  def date_field(method, options = {})
    @template.send('date_field', @object_name, method, 
                   options.merge(:object => @object))
  end