thecore_dataentry_commons 1.2.16 → 1.2.17
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: a7428d5cac8ccb2481616703ec8678ea618636ab
|
4
|
+
data.tar.gz: 80d94339235a72d5f08745775dbfa6c660455489
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ba2f184302c47618360facd7bb2de322d7945cb2813ec995b2e0a38c23c6976e33c792b378e09b9ce5c5a94ac97a1592e834bbd6301c9076132dba0d8fb344a2
|
7
|
+
data.tar.gz: bee107cf4ec6ff0925d11f36b2d6fa5d35d482cef40a6ad8a9a27a7bb2b33cd2412f8e193b1c906657ecbfa48ff9f97553cd4410ad3358bd1fc9a1c489f2bb01
|
@@ -4,6 +4,7 @@ module ThecoreDataentryCommons
|
|
4
4
|
# engine available to main app, even if this gem is
|
5
5
|
# just a dependency of another engine
|
6
6
|
initializer 'thecore_dataentry_commons.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
|
initializer 'thecore_dataentry_commons.add_to_migrations' do |app|
|