Class: Thredded::NullPreference

Inherits:
Object
  • Object
show all
Defined in:
app/models/thredded/null_preference.rb

Instance Method Summary collapse

Instance Method Details

#notify_on_mentionObject



4
5
6
# File 'app/models/thredded/null_preference.rb', line 4

def notify_on_mention
  true
end

#notify_on_messageObject



8
9
10
# File 'app/models/thredded/null_preference.rb', line 8

def notify_on_message
  true
end