thecore_backend_commons 3.0.5 → 3.0.6
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: de3bed251c7994d541053661638d299e9c0500744d23efbf74507262ec0c5ee2
|
|
4
|
+
data.tar.gz: d4958679fac2641f4fcfebcf0e519da9b85428980b10611a4dee98f30edcbc3d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7b983df4eb3ce979db36a9c87dcde58fb199629e9f43714da218250894c828f09f856fd19c365f8ed2707ae24323d2b8dde84c9c7ec1f69e7470f63bad1851dd
|
|
7
|
+
data.tar.gz: 44347df89d6d13556550635c04fdf6a5ddbbeeb7ea54fa351df9293005b2d25482e24eedc8d4747136f4d71a7268eb7c341c01b02ebef35ced0e3a446b480dbc
|
|
@@ -7,11 +7,10 @@ Rails.application.configure do
|
|
|
7
7
|
config.time_zone = 'Rome'
|
|
8
8
|
# Active Storage
|
|
9
9
|
config.active_storage.configure :Disk, root: Rails.root.join("storage")
|
|
10
|
-
|
|
11
10
|
# ActionMailer
|
|
12
11
|
config.action_mailer.delivery_method = :smtp
|
|
13
12
|
# AFTER INITIALIZE Good place to load things that must have a bit of initialization
|
|
14
|
-
# setup on order to work (and not be overrided).
|
|
13
|
+
# setup on order to work (and not be overrided).
|
|
15
14
|
config.after_initialize do
|
|
16
15
|
# include the extensions
|
|
17
16
|
ActiveRecord::Base.send(:include, ActiveRecordExtensions)
|