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

Extended by:
Card::Set::AbstractFormat
Defined in:
tmpsets/set/mod021-standard/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.



174
175
176
# File 'tmpsets/set/mod021-standard/all/path.rb', line 174

def contextualize_path relative_path
  card_path relative_path
end