arturo 3.0.2.pre.1 → 3.0.2.pre.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/arturo/engine.rb +4 -2
- data/lib/arturo/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5af32fa5bd93a762cb57e3da2899776f6aaddf83e7dff2ff960c7a3d3823410a
|
4
|
+
data.tar.gz: db4d6c96ebfb8d3ee16f3d8286d11faad2105b349fbb83e995d442b876ea9e62
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 85acd4700922566f23a71d816fe508277a3ee060f06571df9856155b312682c1bd62519af0c908dba1dab7ba645785459c9f908d122eb88297a673eb9f197f83
|
7
|
+
data.tar.gz: 8abd9907f994ee4ae10dcb4bca7f01d83b7f02d606f8bedb532da584df561eb8afbdfc962db53734449e1e5c360a90abda64870b69e1bce913d645e38411cedb
|
data/lib/arturo/engine.rb
CHANGED
@@ -9,9 +9,11 @@ module Arturo
|
|
9
9
|
include Arturo::FeatureAvailability
|
10
10
|
include Arturo::ControllerFilters
|
11
11
|
if respond_to?(:helper)
|
12
|
-
helper
|
13
|
-
helper
|
12
|
+
helper Arturo::FeatureAvailability
|
13
|
+
helper Arturo::FeatureManagement
|
14
14
|
end
|
15
15
|
end
|
16
|
+
|
17
|
+
config.paths['app/controllers'] = []
|
16
18
|
end
|
17
19
|
end
|
data/lib/arturo/version.rb
CHANGED