Sha256: 12c932df31abed9c9069534492f1fb10d43f11b9800ee12e0ddf35f2bf8b1677

Contents?: true

Size: 354 Bytes

Versions: 10

Compression:

Stored size: 354 Bytes

Contents

# frozen_string_literal: true

module BootstrapLeather
  # Helpers to add things to the head (and foot) of the html document
  module FootHelper
    def add_footer_javascript(&block)
      content_for :footer_javascript, &block
    end

    def render_footer_javascript
      render(partial: 'bootstrap_leather/foot/footer_javascript')
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
bootstrap_leather-0.10.14 app/helpers/bootstrap_leather/foot_helper.rb
bootstrap_leather-0.10.13 app/helpers/bootstrap_leather/foot_helper.rb
bootstrap_leather-0.10.11 app/helpers/bootstrap_leather/foot_helper.rb
bootstrap_leather-0.10.10 app/helpers/bootstrap_leather/foot_helper.rb
bootstrap_leather-0.10.9 app/helpers/bootstrap_leather/foot_helper.rb
bootstrap_leather-0.10.8 app/helpers/bootstrap_leather/foot_helper.rb
bootstrap_leather-0.10.7 app/helpers/bootstrap_leather/foot_helper.rb
bootstrap_leather-0.10.6 app/helpers/bootstrap_leather/foot_helper.rb
bootstrap_leather-0.10.5 app/helpers/bootstrap_leather/foot_helper.rb
bootstrap_leather-0.10.4 app/helpers/bootstrap_leather/foot_helper.rb