Sha256: 4c6089d5a1a623ce1c52d6e1b5cc48d3c152223cfae181642f6b4519fdcd4a31
Contents?: true
Size: 878 Bytes
Versions: 62
Compression:
Stored size: 878 Bytes
Contents
/** * @namespace routes * @memberof WORKAREA */ /** * @namespace admin * @memberof WORKAREA.routes */ /** * @namespace storefront * @memberof WORKAREA.routes */ <%= JsRoutes.generate(namespace: 'WORKAREA.routes.admin', application: Workarea::Admin::Engine.instance) %> WORKAREA.routes.admin.options.prefix = '<%= Workarea::Admin::Engine.mount_path %>'; if (I18n.currentLocale() !== '<%= I18n.default_locale %>') { WORKAREA.routes.admin.options.default_url_options.locale = I18n.currentLocale(); } <%= 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