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-2.0.11 app/helpers/turbo/includes_helper.rb
turbo-rails-2.0.10 app/helpers/turbo/includes_helper.rb
turbo-rails-2.0.9 app/helpers/turbo/includes_helper.rb
turbo-rails-2.0.8 app/helpers/turbo/includes_helper.rb
turbo-rails-2.0.7 app/helpers/turbo/includes_helper.rb
blacklight-spotlight-3.6.0.beta8 vendor/bundle/ruby/3.2.0/gems/turbo-rails-2.0.5/app/helpers/turbo/includes_helper.rb
turbo-rails-2.0.6 app/helpers/turbo/includes_helper.rb
turbo-rails-2.0.5 app/helpers/turbo/includes_helper.rb
turbo-rails-2.0.4 app/helpers/turbo/includes_helper.rb
turbo-rails-2.0.3 app/helpers/turbo/includes_helper.rb
turbo-rails-2.0.2 app/helpers/turbo/includes_helper.rb
turbo-rails-2.0.1 app/helpers/turbo/includes_helper.rb
turbo-rails-2.0.0 app/helpers/turbo/includes_helper.rb
turbo-rails-2.0.0.pre.rc.3 app/helpers/turbo/includes_helper.rb
turbo-rails-2.0.0.pre.rc.2 app/helpers/turbo/includes_helper.rb
turbo-rails-2.0.0.pre.rc.1 app/helpers/turbo/includes_helper.rb
turbo-rails-2.0.0.pre.beta.4 app/helpers/turbo/includes_helper.rb
turbo-rails-2.0.0.pre.beta.3 app/helpers/turbo/includes_helper.rb
turbo-rails-2.0.0.pre.beta.2 app/helpers/turbo/includes_helper.rb
turbo-rails-2.0.0.pre.beta.1 app/helpers/turbo/includes_helper.rb