0
0
Fork 0

Add scope providing_styles to UserRole (#29286)

This commit is contained in:
Matt Jankowski 2024-02-20 04:18:05 -05:00 committed by GitHub
parent 5d9d0d174a
commit 785e2f9399
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 1 deletions

View file

@ -16,6 +16,6 @@ class CustomCssController < ActionController::Base # rubocop:disable Rails/Appli
helper_method :custom_css_styles
def set_user_roles
@user_roles = UserRole.where(highlighted: true).where.not(color: [nil, ''])
@user_roles = UserRole.providing_styles
end
end