Module: Polyfillrb::Rails::ViewHelper

Defined in:
lib/polyfillrb/rails/view_helper.rb

Instance Method Summary collapse

Instance Method Details

#polyfillsObject



6
7
8
9
10
11
12
13
# File 'lib/polyfillrb/rails/view_helper.rb', line 6

def polyfills
  polyfills = ::Polyfillrb.get_polyfills(
    request.env['HTTP_USER_AGENT'],
    (::Rails.env != 'development')
  )

  ('script', polyfills, {}, false)
end