Module: Utf8EnforcerWorkaround::ActionController::Base::ClassMethods

Defined in:
lib/utf8_enforcer_workaround/action_controller/base.rb

Instance Method Summary collapse

Instance Method Details

#utf8_enforcer_workaroundObject



8
9
10
11
12
# File 'lib/utf8_enforcer_workaround/action_controller/base.rb', line 8

def utf8_enforcer_workaround
  before_filter do
    @utf8_enforcer_tag_enabled = browser.ie?
  end
end