Module: BootstrapLeather::FootHelper

Included in:
ApplicationHelper
Defined in:
app/helpers/bootstrap_leather/foot_helper.rb

Overview

Helpers to add things to the head (and foot) of the html document

Instance Method Summary collapse

Instance Method Details



6
7
8
# File 'app/helpers/bootstrap_leather/foot_helper.rb', line 6

def add_footer_javascript(&block)
  content_for :footer_javascript, &block
end


10
11
12
# File 'app/helpers/bootstrap_leather/foot_helper.rb', line 10

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