Sha256: ef1baa1723f092222bd1f54bd4fa269375a23e76d19dfe45f7c95271af87a8af

Contents?: true

Size: 140 Bytes

Versions: 10

Compression:

Stored size: 140 Bytes

Contents

module Thredded
  class NullPreference
    def notify_on_mention
      true
    end

    def notify_on_message
      true
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
thredded-0.2.2 app/models/thredded/null_preference.rb
thredded-0.0.12 app/models/thredded/null_preference.rb
thredded-0.0.10 app/models/thredded/null_preference.rb
thredded-0.0.9 app/models/thredded/null_preference.rb
thredded-0.0.8 app/models/thredded/null_preference.rb
thredded-0.0.7 app/models/thredded/null_preference.rb
thredded-0.0.6 app/models/thredded/null_preference.rb
thredded-0.0.5 app/models/thredded/null_preference.rb
thredded-0.0.4 app/models/thredded/null_preference.rb
thredded-0.0.3 app/models/thredded/null_preference.rb