Sha256: 7ffffffd3c6ee667e525e0f77b1c86bcf498c615f1e0508eed978303deaa820e

Contents?: true

Size: 376 Bytes

Versions: 17

Compression:

Stored size: 376 Bytes

Contents

class CmsTag::Helper
  
  attr_accessor :label
  
  include CmsTag
  
  def self.regex_tag_signature(label = nil)
    label ||= /[\w\-]+/
    /\{\{\s*cms:helper:(#{label}):?(.*?)\s*\}\}/
  end
  
  def regex_tag_signature
    self.class.regex_tag_signature(label)
  end
  
  def content
    "<%= #{label}(#{params.split(':').collect{|p| "'#{p}'"}.join(', ')}) %>"
  end
  
end

Version data entries

17 entries across 17 versions & 2 rubygems

Version Path
lucy_cms-0.0.3 lib/LucyCMS/cms_tag/helper.rb
lucy_cms-0.0.2 lib/LucyCMS/cms_tag/helper.rb
lucy_cms-0.0.1 lib/LucyCMS/cms_tag/helper.rb
comfortable_mexican_sofa-1.0.46 lib/comfortable_mexican_sofa/cms_tag/helper.rb
comfortable_mexican_sofa-1.0.45 lib/comfortable_mexican_sofa/cms_tag/helper.rb
comfortable_mexican_sofa-1.0.44 lib/comfortable_mexican_sofa/cms_tag/helper.rb
comfortable_mexican_sofa-1.0.43 lib/comfortable_mexican_sofa/cms_tag/helper.rb
comfortable_mexican_sofa-1.0.42 lib/comfortable_mexican_sofa/cms_tag/helper.rb
comfortable_mexican_sofa-1.0.41 lib/comfortable_mexican_sofa/cms_tag/helper.rb
comfortable_mexican_sofa-1.0.40 lib/comfortable_mexican_sofa/cms_tag/helper.rb
comfortable_mexican_sofa-1.0.39 lib/comfortable_mexican_sofa/cms_tag/helper.rb
comfortable_mexican_sofa-1.0.38 lib/comfortable_mexican_sofa/cms_tag/helper.rb
comfortable_mexican_sofa-1.0.37 lib/comfortable_mexican_sofa/cms_tag/helper.rb
comfortable_mexican_sofa-1.0.36 lib/comfortable_mexican_sofa/cms_tag/helper.rb
comfortable_mexican_sofa-1.0.35 lib/comfortable_mexican_sofa/cms_tag/helper.rb
comfortable_mexican_sofa-1.0.34 lib/comfortable_mexican_sofa/cms_tag/helper.rb
comfortable_mexican_sofa-1.0.33 lib/comfortable_mexican_sofa/cms_tag/helper.rb