rails-routes-js-utils 1.1.1 → 1.1.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -37,6 +37,9 @@ module Rails
37
37
 
38
38
  #route.defaults contains action and controller name
39
39
  reqs = route.defaults.merge(parts: route.parts)
40
+
41
+
42
+ subdomain_regex = {}
40
43
  if route.constraints[:subdomain]
41
44
  subdomain_regex = route.constraints[:subdomain].to_javascript
42
45
  end
@@ -2,7 +2,7 @@ module Rails
2
2
  module Routes
3
3
  module Js
4
4
  module Utils
5
- VERSION = "1.1.1"
5
+ VERSION = "1.1.2"
6
6
  end
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails-routes-js-utils
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: