Module: Card::Set::All::Path::HtmlFormat

Extended by:
Card::Set::AbstractFormat
Defined in:
platypus/tmp/set/gem-defaults/mod004-format/all/path.rb

Instance Method Summary collapse

Instance Method Details

#contextualize_path(relative_path) ⇒ Object

in HTML, decko paths rendered as relative to the site’s root.



77
78
79
# File 'platypus/tmp/set/gem-defaults/mod004-format/all/path.rb', line 77

def contextualize_path relative_path
  card_path relative_path
end