From b96b9a96bed5e4929cd96854611977d61a41e501 Mon Sep 17 00:00:00 2001 From: AntonioTerceiro Date: Tue, 25 Sep 2007 17:04:41 +0000 Subject: [PATCH] ActionItem65: minor doc improvement --- app/helpers/application_helper.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index 2398c87..f3aebcf 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -35,8 +35,9 @@ module ApplicationHelper # # <%= help 'this is your help message' %> # - # Formally, the type argument can be :html or - # :textile. It defaults to :html. + # Formally, the type argument can be :html (i.e. no + # conversion of the input) or :textile (converts the message, in + # textile, into HTML). It defaults to :html. # # TODO: implement correcly the 'Help' button click def help(content = nil, type = :html, &block) -- libgit2 0.21.2