Method: Hobix::BaseContent#canonical_tags
- Defined in:
- lib/hobix/base.rb
#canonical_tags(path = nil) ⇒ Object
return canonical tags, i.e. tags that are forced and that are deduced from the entry path
374 375 376 |
# File 'lib/hobix/base.rb', line 374 def ( path=nil ) ( + ( path || self.id ) ).uniq end |