Sha256: 666d089ff03d1143a2237baf90cdb08c19fad19a6f26e976dfdf9b74542565f8

Contents?: true

Size: 290 Bytes

Versions: 9

Compression:

Stored size: 290 Bytes

Contents

<script>
  if (Spree === undefined) {
    var Spree = {}
  }
  if (Spree.routes == undefined) {
    Spree.routes = {}
  }
  Spree.routes.states_search = "<%= spree.api_states_path(:format => 'json') %>"
  Spree.routes.root = "<%= spree.root_url if spree.respond_to? :root_url %>"
</script>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
spree_core-2.1.12 app/views/spree/shared/_routes.html.erb
spree_core-2.1.11 app/views/spree/shared/_routes.html.erb
spree_core-2.1.10 app/views/spree/shared/_routes.html.erb
spree_core-2.1.9 app/views/spree/shared/_routes.html.erb
spree_core-2.1.8 app/views/spree/shared/_routes.html.erb
spree_core-2.1.7 app/views/spree/shared/_routes.html.erb
spree_core-2.1.6 app/views/spree/shared/_routes.html.erb
spree_core-2.1.5 app/views/spree/shared/_routes.html.erb
spree_core-2.1.4 app/views/spree/shared/_routes.html.erb