Sha256: cda079285b1428730efed285c0281d8f720eae7dc80bf646465795fb903202b4
Contents?: true
Size: 389 Bytes
Versions: 1
Compression:
Stored size: 389 Bytes
Contents
class CmsTag::PageString < CmsBlock include CmsTag def self.regex_tag_signature(label = nil) label ||= /\w+/ /\{\s*cms:page:(#{label}):string\s*\}/ end def regex_tag_signature self.class.regex_tag_signature(label) end def content=(value) write_attribute(:content_string, value) end def content read_attribute(:content_string) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
comfortable_mexican_sofa-1.0.10 | lib/comfortable_mexican_sofa/cms_tag/page_string.rb |