effective_resources 2.1.1 → 2.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1fdc93f33038497592b4ddb1c493191567d6c85e995fbf81eee114ed24c0c690
4
- data.tar.gz: a93e21e2cdb21e570bd60ba383bfcb5eb3ce561c7ec87a5420141912c8e24c06
3
+ metadata.gz: 5bbe9d2d397b7aa15ce5eac7e06195ea31bed308e6f11e1f3a5b0842228c4a3e
4
+ data.tar.gz: 347ae76d73478afb5130a71a030f293830a2450b567a4ce2cbbd03dd94c90e2a
5
5
  SHA512:
6
- metadata.gz: d8d8b01b110fc396d02a8a813e2bfe5aa3d072f23141c3cf4c91033c5a4fe12ee46ba745b7175bee21cd811b1d90bf25c5631e2fe2f33c5aafe0cb94e251eedb
7
- data.tar.gz: f857d31677d5519415cbe90804e4a707f21eb8b89b5ef9d36ae207686f9c4236c27b251d0fdd76a4721b7e49b42f3082edd53c2199997566e8faface7986480d
6
+ metadata.gz: 71e9a722f002120691c88aa70ffba6b7892f29c6fc6d3d9f78e894c2ae8a421543a26fa2d77001a95fea0161f7de64cd755d9ea3c78fc78976e48ba1ad36e1d3
7
+ data.tar.gz: 6ec2a9c001636a0274c02d48baf192a0640b1cace67b07a71f7cd6bba7ea1c96ae65d28f62fc8f9bfcfaedc51ad78c5cc3f9815e9bea15fffd9ea8a5c7a2c8c2
@@ -293,4 +293,12 @@ module EffectiveResourcesHelper
293
293
  end
294
294
  end
295
295
 
296
+ def return_to_dashboard_path
297
+ path = (Tenant.routes.dashboard_path rescue nil) if defined?(Tenant) && Tenant.routes.respond_to?(:dashboard_path)
298
+ path ||= (main_app.dashboard_path rescue nil) if main_app.respond_to?(:dashboard_path)
299
+ path ||= (main_app.root_path rescue nil) if main_app.respond_to?(:root_path)
300
+
301
+ path || '/'
302
+ end
303
+
296
304
  end
@@ -1,3 +1,3 @@
1
1
  module EffectiveResources
2
- VERSION = '2.1.1'.freeze
2
+ VERSION = '2.1.2'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: effective_resources
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.1
4
+ version: 2.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Code and Effect
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-10-31 00:00:00.000000000 Z
11
+ date: 2022-11-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails