Method: CmsTag::InstanceMethods#identifier
- Defined in:
- lib/LucyCMS/cms_tag.rb
#identifier ⇒ Object
String indentifier of the tag
44 45 46 |
# File 'lib/LucyCMS/cms_tag.rb', line 44 def identifier "#{self.class.name.underscore}_#{self.label}" end |