Sha256: 3931971769a97f52f1ce225dda0aa3f354d2062f74c08a1c5ba0abe9a77a2d28
Contents?: true
Size: 498 Bytes
Versions: 9
Compression:
Stored size: 498 Bytes
Contents
(function(object) { 'use strict'; object.frontendPath = function() { return object.pathBuilder([object.mountScope(), object.frontendScope()]); }; object.frontendPathFor = function(path, args) { return object.pathFor([object.frontendScope(), path], args); }; object.route.frontend = { // Homepage rootPath: object.frontendPath(), // Page pagePath: function(path) { return object.frontendPathFor(path); } }; return object; }(Archangel || {}));
Version data entries
9 entries across 9 versions & 1 rubygems