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
#add_footer_javascript(&block) ⇒ Object
6 7 8 |
# File 'app/helpers/bootstrap_leather/foot_helper.rb', line 6 def (&block) content_for :footer_javascript, &block end |
#render_footer_javascript ⇒ Object
10 11 12 |
# File 'app/helpers/bootstrap_leather/foot_helper.rb', line 10 def render(partial: 'bootstrap_leather/foot/footer_javascript') end |