Module: UserHelper

Defined in:
app/helpers/user_helper.rb

Overview

Helper methods for users

Instance Method Summary collapse

Instance Method Details

#role_status_style(user_role) ⇒ Object



4
5
6
# File 'app/helpers/user_helper.rb', line 4

def role_status_style(user_role)
  user_role ? "td-true bi-check-circle-fill" : "td-false bi-exclamation-circle"
end