thecore_ui_commons 3.0.11 → 3.0.12
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/config/initializers/concern_application_controller.rb +2 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d45b7c639400c9f6501cab8c3bf6d77011d0346cb3aa596e6eb7487f5fa851c7
|
4
|
+
data.tar.gz: e3e34c7d6a99fc73b6d4de034541efd1078afaf17bbc6d5b48d171ecdc47ffb0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b567c51bb05705480e016672af7427fcadb7c97785cb84dadf2111a16a38d0b1d3710a0911b2a229d7d5662a6b6773fb376670ceaa60c5d3ddb9b8f89159106a
|
7
|
+
data.tar.gz: '0398e22d5049b84a4cb44487ee4d4289515fa21eb14f91dc2bd743ec05131389b43f75397635d2b5c7e46f93567bc435187ef00e80c5682e777d0a7b658c9e8c'
|
@@ -4,7 +4,8 @@ module ConcernApplicationController
|
|
4
4
|
extend ActiveSupport::Concern
|
5
5
|
|
6
6
|
included do
|
7
|
-
protect_from_forgery prepend: true
|
7
|
+
# protect_from_forgery prepend: true
|
8
|
+
protect_from_forgery except: :sign_in, prepend: true
|
8
9
|
|
9
10
|
rescue_from CanCan::AccessDenied do |exception|
|
10
11
|
redirect_to main_app.root_url, alert: exception.message
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: thecore_ui_commons
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.12
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Gabriele Tassoni
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-02-
|
11
|
+
date: 2023-02-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: thecore_backend_commons
|