Method: Thredded.current_user_method

Defined in:
lib/thredded.rb

.current_user_methodSymbol

Returns The name of the method used by Thredded controllers and views to get the currently signed-in user.

Returns:

  • (Symbol)

    The name of the method used by Thredded controllers and views to get the currently signed-in user



60
61
62
# File 'lib/thredded.rb', line 60

def current_user_method
  @current_user_method
end