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
10
11
12
13
# File 'lib/utf8_enforcer_workaround/action_view/helpers/form_tag_helper.rb', line 7

def utf8_enforcer_tag_with_tag_removed
  if @utf8_enforcer_tag_enabled
    utf8_enforcer_tag_without_tag_removed
  else
    "".html_safe
  end
end