Method: Thredded.autocomplete_min_length

Defined in:
lib/thredded.rb

.autocomplete_min_lengthNumber

Returns Minimum length to trigger username auto-completion for @-mentions and private message recipients.

Returns:

  • (Number)

    Minimum length to trigger username auto-completion for @-mentions and private message recipients.



127
128
129
# File 'lib/thredded.rb', line 127

def autocomplete_min_length
  @autocomplete_min_length
end