thecore_dataentry_with_date_start_and_end 1.1.2 → 1.1.3
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
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7895a3b605c34c13432d594f8d7e288d55c977d6
|
4
|
+
data.tar.gz: f54cd81f6a0628ae482d3226883afdeeef0eb00b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6b9c8dc25eb7145e7a3d2c370d09d1fe8a1a48ee7094c60068bf81708eef8e7add86ce3b34e6215f4657e185bc8839b2ca63757cf7acae10a19bb5e77534f767
|
7
|
+
data.tar.gz: 6c272af002f5d657d1b513b57ef5add29d659e6ab59d053e9b95ff96788019008d70ef760d9c9bb197ddd019c5736f74ffbc9004a9bba86b6f46823be884f7ee
|
@@ -3,7 +3,8 @@ module ThecoreDataentryWithDateStartAndEnd
|
|
3
3
|
# This code makes the static assets present in this
|
4
4
|
# engine available to main app, even if this gem is
|
5
5
|
# just a dependency of another engine
|
6
|
-
initializer '
|
6
|
+
initializer 'thecore_dataentry_with_date_start_and_end.load_static_assets' do |app|
|
7
|
+
puts "Loading static assets for #{root}"
|
7
8
|
app.middleware.use ::ActionDispatch::Static, "#{root}/app"
|
8
9
|
end
|
9
10
|
end
|