Sha256: c1329c930c0ac802db002ed3ad1a23d5af4f3453d264ec52b9e8e53e56f9ace4

Contents?: true

Size: 177 Bytes

Versions: 9

Compression:

Stored size: 177 Bytes

Contents

module Thredded
  module Filter
    module Base
      Filters = []

      def filters; Filters; end

      def filtered_content
        self.content
      end
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

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