Sha256: a40f24503ee6018cb23b688f72ad4db0b43148f961bfbd32d631961773effb52

Contents?: true

Size: 226 Bytes

Versions: 9

Compression:

Stored size: 226 Bytes

Contents

require 'thredded/at_users'

module Thredded
  module Filter
    module AtNotification
      def filtered_content
        @filtered_content = Thredded::AtUsers.render(super, messageboard).html_safe
      end
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
thredded-0.0.10 lib/thredded/filter/at_notification.rb
thredded-0.0.9 lib/thredded/filter/at_notification.rb
thredded-0.0.8 lib/thredded/filter/at_notification.rb
thredded-0.0.7 lib/thredded/filter/at_notification.rb
thredded-0.0.6 lib/thredded/filter/at_notification.rb
thredded-0.0.5 lib/thredded/filter/at_notification.rb
thredded-0.0.4 lib/thredded/filter/at_notification.rb
thredded-0.0.3 lib/thredded/filter/at_notification.rb
thredded-0.0.1 lib/thredded/filter/at_notification.rb