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