caboose-cms 0.9.181 → 0.9.182
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/app/models/caboose/block.rb +1 -1
- data/lib/caboose/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: 3209f594ae27c33634e49f496aa6b1c45bf21f55
|
4
|
+
data.tar.gz: a855ded3722263c8b9eec24daf69392503abc0a7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 22057e15ad6facedb49a7a62dc754f4d66e75f41a2bc3b7267a04b2eb49816f6622e7d8446a794ea4a6784f95d5a12259795322a4dc23c9e058f3b018214d446
|
7
|
+
data.tar.gz: 9f10fccd3cb1bfb3a0b16b212c841700010ac7434bb0d4ae29228364474fa70473266b548b6c20181260b92bb06baaec87454e1ae3e03c892cf1fc3c525734d2
|
data/app/models/caboose/block.rb
CHANGED
@@ -246,7 +246,7 @@ class Caboose::Block < ActiveRecord::Base
|
|
246
246
|
end
|
247
247
|
|
248
248
|
#begin str = view.render(:partial => "../../sites/#{site.name}/blocks/#{full_name}", :locals => options2)
|
249
|
-
#rescue ActionView::MissingTemplate => ex
|
249
|
+
#rescue ActionView::MissingTemplate => ex
|
250
250
|
# begin str = view.render(:partial => "../../sites/#{site.name}/blocks/#{block.block_type.name}", :locals => options2)
|
251
251
|
# rescue ActionView::MissingTemplate => ex
|
252
252
|
# begin str = view.render(:partial => "../../sites/#{site.name}/blocks/#{block.block_type.field_type}", :locals => options2)
|
data/lib/caboose/version.rb
CHANGED