Method: Thredded.current_user_method
- Defined in:
- lib/thredded.rb
.current_user_method ⇒ Symbol
Returns 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 |