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