wco_models 3.1.0.146 → 3.1.0.147

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fd48f5f6cbeccdf413bedcd4358c62a04b8732fe8f75bb785c09e0222810a195
4
- data.tar.gz: 64bf32188f9c2be4a0be446bd23a86e038cfd86e3e5b6a1398b31c601a129da5
3
+ metadata.gz: 9dda9cec9a14631ff34abd28542db031215e9431ebe422329e1f3c8a6fb295ea
4
+ data.tar.gz: 0fa1061f925315c0894b17e73ea1fbdde9e588cc6d1094c9ad4c94f04b8f1b34
5
5
  SHA512:
6
- metadata.gz: 0772a4d001ca41e254a776757734f312108f9dfb67c2bc73ac1ad5a812d00bc91cfbec727125835f48ac8c1004bad6fb9f22dd1e497cbedd9212cc32b0c770f5
7
- data.tar.gz: 7e4c728c3cb83079b473f8990749e5d9edc328b759a8ba603a49e21472fbf7523cee1dbf2709167a0debe1ee1a229805991ba3d393cb92012d9431b07f47f6b4
6
+ metadata.gz: b25ec1622c39432e74881462374afcfb21822a3d686bef81eaf32fa3afec23bb52eac3a2daa58cf09c66ef26c1bed0760e5ddc93264c59b1745605bc1d84d995
7
+ data.tar.gz: c2ae2e54509129cfcd18f56762bfb53861d55c4d6030f721a7739d1979a6324ec3fbfe3ec76ecb1984e94ff30ea0cacbf94a05292dd030178e7aec41aa416c61
@@ -17,6 +17,7 @@ class Wco::ApplicationController < ActionController::Base
17
17
  check_authorization
18
18
 
19
19
  before_action :current_profile
20
+ before_action :set_lists
20
21
 
21
22
  def home
22
23
  authorize! :home, Wco
@@ -80,4 +81,7 @@ class Wco::ApplicationController < ActionController::Base
80
81
  ["1", "t", "T", "true"].include?( which )
81
82
  end
82
83
 
84
+ def set_lists
85
+ end
86
+
83
87
  end
@@ -1,7 +1,6 @@
1
1
 
2
2
  class Wco::GalleriesController < Wco::ApplicationController
3
3
 
4
- before_action :set_lists, only: %i| show |
5
4
  before_action :set_gallery, only: %w| destroy edit j_show show update update_ordering |
6
5
 
7
6
  # Alphabetized! : )
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wco_models
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.0.146
4
+ version: 3.1.0.147
5
5
  platform: ruby
6
6
  authors:
7
7
  - Victor Pudeyev