flexa_downloadable 0.2.0 → 0.2.1
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/flexa_downloadable/engine.rb +3 -3
- data/lib/flexa_downloadable/version.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: 2de45f3a9dd009e2874cf6727b34a211d2c1ca6f
|
|
4
|
+
data.tar.gz: 9445f02e23366ba09aedd94cafe0c4651968eafa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5b9c4d2c9f2e93915827c37b3c1e6dff518a15c986256efa4bc69c54c775138e776fc36805086399405ba5d1040648ec28e774bbd6ee97b68bd59ef28606d9de
|
|
7
|
+
data.tar.gz: a2f5bade70f6cf5fe6298acd8c27ae8d7a18353861bbed636bd96b6de3d02cff4086b2932876ab2f2d800dd5c23a47f11e1acf0dae21e6034ce4a8852d4312fa
|
|
@@ -6,10 +6,10 @@ module FlexaDownloadable
|
|
|
6
6
|
Rails.application.routes.append do
|
|
7
7
|
mount FlexaDownloadable::Engine => "/flexa_downloadable"
|
|
8
8
|
end
|
|
9
|
-
end
|
|
10
9
|
|
|
11
|
-
|
|
12
|
-
|
|
10
|
+
ActiveSupport.on_load :action_controller do
|
|
11
|
+
helper FlexaDownloadable::ApplicationHelper
|
|
12
|
+
end
|
|
13
13
|
end
|
|
14
14
|
end
|
|
15
15
|
end
|