Sha256: fe5389eb39a9b5b43b641f670ceb03cae5cbd9b134cca8a021010dec200f9939

Contents?: true

Size: 329 Bytes

Versions: 60

Compression:

Stored size: 329 Bytes

Contents

module Turbo::IncludesHelper
  # DEPRECATED: Just use <tt>javascript_include_tag "turbo", type: "module"</tt> directly if using Turbo alone, or
  # javascript_include_tag "turbo", type: "module-shim" if together with Stimulus and importmaps.
  def turbo_include_tags
    javascript_include_tag("turbo", type: "module")
  end
end

Version data entries

60 entries across 60 versions & 2 rubygems

Version Path
turbo-rails-0.7.11 app/helpers/turbo/includes_helper.rb
turbo-rails-0.7.10 app/helpers/turbo/includes_helper.rb
turbo-rails-0.7.9 app/helpers/turbo/includes_helper.rb
turbo-rails-0.7.8 app/helpers/turbo/includes_helper.rb
turbo-rails-0.7.7 app/helpers/turbo/includes_helper.rb
turbo-rails-0.7.6 app/helpers/turbo/includes_helper.rb
turbo-rails-0.7.5 app/helpers/turbo/includes_helper.rb
turbo-rails-0.7.4 app/helpers/turbo/includes_helper.rb
turbo-rails-0.7.2 app/helpers/turbo/includes_helper.rb
turbo-rails-0.7.1 app/helpers/turbo/includes_helper.rb
turbo-rails-0.7.0 app/helpers/turbo/includes_helper.rb
turbo-rails-0.6.0 app/helpers/turbo/includes_helper.rb
turbo-rails-0.5.12 app/helpers/turbo/includes_helper.rb
turbo-rails-0.5.11 app/helpers/turbo/includes_helper.rb
turbo-rails-0.5.10 app/helpers/turbo/includes_helper.rb
turbo-rails-0.5.9 app/helpers/turbo/includes_helper.rb
turbo-rails-0.5.8 app/helpers/turbo/includes_helper.rb
turbo-rails-0.5.7 app/helpers/turbo/includes_helper.rb
turbo-rails-0.5.6 app/helpers/turbo/includes_helper.rb
turbo-rails-0.5.5 app/helpers/turbo/includes_helper.rb