Sha256: 6c60f610a544dca2fbce51140719ec01b6518c7ee7572fc1ac3f103f27ff8cbe
Contents?: true
Size: 484 Bytes
Versions: 5
Compression:
Stored size: 484 Bytes
Contents
<%= render "spree/shared/routes" %> <script> Spree.routes.variants_search = "<%= spree.api_variants_url(:format => 'json') %>"; Spree.routes.taxons_search = "<%= spree.api_taxons_url(:format => 'json') %>"; Spree.routes.user_search = "<%= spree.admin_search_users_url(:format => 'json') %>"; Spree.routes.product_search = "<%= spree.api_products_url(:format => 'json') %>"; Spree.routes.option_type_search = "<%= spree.api_option_types_url(:format => 'json') %>"; </script>
Version data entries
5 entries across 5 versions & 1 rubygems