Sha256: 0b744400f0787aa882eacc215cb426501c1c80eca6b4e248503a7822a38bfd35
Contents?: true
Size: 344 Bytes
Versions: 67
Compression:
Stored size: 344 Bytes
Contents
module Noodall module Permalinks # Handy place for all the permalink methods def node_path(node, options = {}) node = node.is_a?(String) ? node : node.permalink.to_s node_permalink_path node, options end def node_url(node, options = {}) node_path(node, options.merge(:only_path => false)) end end end
Version data entries
67 entries across 67 versions & 1 rubygems