Module: Sibu::SitesHelper
- Defined in:
- app/helpers/sibu/sites_helper.rb
Instance Method Summary collapse
- #primary_colors ⇒ Object
- #primary_fonts ⇒ Object
- #secondary_colors ⇒ Object
- #secondary_fonts ⇒ Object
Instance Method Details
#primary_colors ⇒ Object
3 4 5 |
# File 'app/helpers/sibu/sites_helper.rb', line 3 def primary_colors Rails.application.config.sibu[:primary_colors] end |
#primary_fonts ⇒ Object
11 12 13 |
# File 'app/helpers/sibu/sites_helper.rb', line 11 def primary_fonts [''] + Rails.application.config.sibu[:primary_fonts] end |
#secondary_colors ⇒ Object
7 8 9 |
# File 'app/helpers/sibu/sites_helper.rb', line 7 def secondary_colors Rails.application.config.sibu[:secondary_colors] end |
#secondary_fonts ⇒ Object
15 16 17 |
# File 'app/helpers/sibu/sites_helper.rb', line 15 def secondary_fonts [''] + Rails.application.config.sibu[:secondary_fonts] end |