Method: Thredded.user_name_column

Defined in:
lib/thredded.rb

.user_name_columnSymbol

Returns The user table column that contains the username. Must be unique.

Returns:

  • (Symbol)

    The user table column that contains the username. Must be unique.



63
64
65
# File 'lib/thredded.rb', line 63

def user_name_column
  @user_name_column
end