Method: Thredded.user_display_name_method

Defined in:
lib/thredded.rb

.user_display_name_methodSymbol

Returns The name of the method used by Thredded to display users.

Returns:

  • (Symbol)

    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