Method: Thredded.user_display_name_method
- Defined in:
- lib/thredded.rb
.user_display_name_method ⇒ Symbol
Returns The name of the method used by Thredded to display users.
189 190 191 |
# File 'lib/thredded.rb', line 189 def user_display_name_method @user_display_name_method || user_name_column end |