Module: BrandColorHelper
- Defined in:
- app/helpers/brand_color_helper.rb
Overview
Source: accounts/app/helpers/brand_color_helper.rb
Instance Method Summary collapse
Instance Method Details
#brand_color ⇒ Object
5 6 7 8 9 10 |
# File 'app/helpers/brand_color_helper.rb', line 5 def brand_color setting = Setting.find_by(var: 'brand_color') # mastodon default color #6364ff setting&.value.presence || '#6364ff' end |