Sha256: 3263af5e78fca4e820038f98bf47fd382f3ce7762110cb546c8dd6c999a12278
Contents?: true
Size: 481 Bytes
Versions: 62
Compression:
Stored size: 481 Bytes
Contents
/** * @namespace routes * @memberof WORKAREA */ /** * @namespace storefront * @memberof WORKAREA.routes */ <%= JsRoutes.generate(namespace: 'WORKAREA.routes.storefront', application: Workarea::Storefront::Engine.instance) %> WORKAREA.routes.storefront.options.prefix = '<%= Workarea::Storefront::Engine.mount_path %>'; if (I18n.currentLocale() !== '<%= I18n.default_locale %>') { WORKAREA.routes.storefront.options.default_url_options.locale = I18n.currentLocale(); }
Version data entries
62 entries across 62 versions & 1 rubygems