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 canonical_tags( path=nil )
  ( force_tags + path_to_tags( path || self.id ) ).uniq
end