Sha256: 6a3a0baaa68841e440ae1299f7781dba22cbe91fa6345a6c0e0bea042f7833a2

Contents?: true

Size: 226 Bytes

Versions: 18

Compression:

Stored size: 226 Bytes

Contents

module Effective
  module Snippets
    class ReadMoreDivider < Snippet
      TOKEN = "<div style='display: none;'>READ_MORE_DIVIDER</div>"

      def snippet_attributes
        super + [:throwaway]
      end
    end
  end
end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
effective_posts-1.2.0 app/models/effective/snippets/read_more_divider.rb
effective_posts-1.1.11 app/models/effective/snippets/read_more_divider.rb
effective_posts-1.1.10 app/models/effective/snippets/read_more_divider.rb
effective_posts-1.1.9 app/models/effective/snippets/read_more_divider.rb
effective_posts-1.1.8 app/models/effective/snippets/read_more_divider.rb
effective_posts-1.1.7 app/models/effective/snippets/read_more_divider.rb
effective_posts-1.1.6 app/models/effective/snippets/read_more_divider.rb
effective_posts-1.1.5 app/models/effective/snippets/read_more_divider.rb
effective_posts-1.1.4 app/models/effective/snippets/read_more_divider.rb
effective_posts-1.1.3 app/models/effective/snippets/read_more_divider.rb
effective_posts-1.1.2 app/models/effective/snippets/read_more_divider.rb
effective_posts-1.1.1 app/models/effective/snippets/read_more_divider.rb
effective_posts-1.1.0 app/models/effective/snippets/read_more_divider.rb
effective_posts-1.0.6 app/models/effective/snippets/read_more_divider.rb
effective_posts-1.0.5 app/models/effective/snippets/read_more_divider.rb
effective_posts-1.0.4 app/models/effective/snippets/read_more_divider.rb
effective_posts-1.0.3 app/models/effective/snippets/read_more_divider.rb
effective_posts-1.0.2 app/models/effective/snippets/read_more_divider.rb