Module: Bootswitch::Helpers
- Defined in:
- lib/bootswitch/helpers.rb
Instance Method Summary collapse
Instance Method Details
#theme_name ⇒ Object
7 8 9 |
# File 'lib/bootswitch/helpers.rb', line 7 def theme_name send(Bootswitch.configuration.theme_method) || Bootswitch.configuration.default_theme end |
#theme_stylesheet_link_tag ⇒ Object
11 12 13 |
# File 'lib/bootswitch/helpers.rb', line 11 def theme_stylesheet_link_tag render(partial: 'theme/stylesheet_link_tag') end |
#themes ⇒ Object
3 4 5 |
# File 'lib/bootswitch/helpers.rb', line 3 def themes Bootswitch.configuration.themes end |