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