Module: Utf8EnforcerWorkaround::ActionView::Helpers::FormTagHelper

Defined in:
lib/utf8_enforcer_workaround/action_view/helpers/form_tag_helper.rb

Instance Method Summary collapse

Instance Method Details

#utf8_enforcer_tag_with_tag_removedObject



7
8
9
# File 'lib/utf8_enforcer_workaround/action_view/helpers/form_tag_helper.rb', line 7

def utf8_enforcer_tag_with_tag_removed
  @utf8_enforcer_tag_enabled ? utf8_enforcer_tag_without_tag_removed : "".html_safe
end