configurable_engine 2.0.0 → 2.0.1
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
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 052c84d5fd01f589b20d96f859db8e9472ccc006e65e1169cfa856821d99c505
|
4
|
+
data.tar.gz: 0cad323593bc477cc75fdf4e5688b32bdc40f37f378bc87812944e2a3dac76f1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e49206f97f2db7ac059b4e9999d7de7e7d45aaebba6f16c3d41befdbf97ab6fba031149d5513cbc2c09d45db661f2703d39835d14713ccfac34fb668cb2950c6
|
7
|
+
data.tar.gz: 61f85de5aa43479682c21777d3b6929fb38f1a667dc94359de380c9622ada73676c9067ac594cc3ec2d4026bee5e210abc19bb4745687d0101c6137ed2d85963
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
module ConfigurableEngine
|
2
2
|
class ConfigurablesController < ApplicationController
|
3
|
+
# this allows us to render url_helpers from parent app's layout
|
4
|
+
helper Rails.application.routes.url_helpers
|
5
|
+
# this ensures our local routes override any parent routes
|
6
|
+
helper ConfigurableEngine::Engine.routes.url_helpers
|
7
|
+
|
3
8
|
include ConfigurableEngine::ConfigurablesControllerMethods
|
4
9
|
end
|
5
10
|
end
|