arkaan 0.6.3 → 0.6.4
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 +4 -4
- data/lib/arkaan/utils/micro_service.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6406e4435560a1a923ff53f36fb689549e9e5d91
|
|
4
|
+
data.tar.gz: b88c448ab083899df5ce77e5ce8b549a4f8b4588
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 71250efe3aa36f6da46e7034a747d142a0326e4bc66260fd0d9cc87c38d51c6985237022f6eb4fa0bc3f49ca58fba2f52f7f54ac933105c1e857a4bd525ebebc
|
|
7
|
+
data.tar.gz: 41d4d8ec2d4e56e81951da2aae4b1237f47d3d210dc0a032a9427bc6ce6a7c1692ee8072c85cb47e29347c41d1e7ac23788edb92b7643f585589d16a1b39cae1
|
|
@@ -52,7 +52,7 @@ module Arkaan
|
|
|
52
52
|
# Requires and loads the mongoid configuration from its default location.
|
|
53
53
|
# @param root [String] the root folder of the application from where require the configuration path;
|
|
54
54
|
def require_mongoid_config(root)
|
|
55
|
-
Mongoid.load!(File.join(root, 'config', 'mongoid.yml'))
|
|
55
|
+
Mongoid.load!(File.join(root, '..', 'config', 'mongoid.yml'))
|
|
56
56
|
end
|
|
57
57
|
end
|
|
58
58
|
end
|