still need support for Rails 2.3

3.0
David Bourguignon 2012-01-30 09:38:45 +01:00
parent d4bc57df1a
commit d07822c628
1 changed files with 2 additions and 1 deletions

View File

@ -22,6 +22,7 @@ module PaiementCic::FormHelper
<input type="hidden" name="societe" id="societe" value="' + oa["societe"] + '" />
<input type="hidden" name="texte-libre" id="texte-libre" value="' + oa["texte-libre"] + '" />
<input type="hidden" name="mail" id="mail" value="''" />'
html.html_safe
html.respond_to?(:html_safe) ? html.html_safe : html
end
end