Class: Effective::Snippets::ReadMoreDivider

Inherits:
Snippet
  • Object
show all
Defined in:
app/models/effective/snippets/read_more_divider.rb

Constant Summary collapse

TOKEN =
"<div style='display: none;'>READ_MORE_DIVIDER</div>"

Instance Method Summary collapse

Methods inherited from Snippet

all, #class_name, #data, definitions, #id, #initialize, #region, #snippet_description, #snippet_dialog_url, #snippet_editables, #snippet_inline, #snippet_label, #snippet_tag, #to_partial_path

Constructor Details

This class inherits a constructor from Effective::Snippets::Snippet

Instance Method Details

#snippet_attributesObject



6
7
8
# File 'app/models/effective/snippets/read_more_divider.rb', line 6

def snippet_attributes
  super + [:throwaway]
end