contents_core 0.1.8 → 0.1.9

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
  SHA1:
3
- metadata.gz: 937f43e968b7279544f2587fe8bae77a9d39d625
4
- data.tar.gz: 89a8ccab5d674f709e0ec166cfca5adc63ae76bc
3
+ metadata.gz: be0478a45deafccaf2eb6aebee455e6af25a8c82
4
+ data.tar.gz: 8de680af051e77b3396be8f79ba3c059d66b3b71
5
5
  SHA512:
6
- metadata.gz: bd18521b45aa4e681252146eb1dd392864cc31a7620c8b75cd8a725f3909f95bc74fc66063da304b26ab23d25b9c1f6b59d88d16a1b14c4984ed0b5f33d18d22
7
- data.tar.gz: 31849bab25b370ac4f7fbff6c69c657b38eb629d5eeded48a4df8125aed812834748a9c8417e6b66bb52dd3c38bc1178495b4cd1be5e448c29223d3dfb35405a
6
+ metadata.gz: 560a8da1c70ddca4ce964d67554f6889a09a87dee1e1b46fabd04fa6ddd9d825f2862af28a3a0c40ca2bf712da22d7ef91d7c23720b441f1ba7161a36008ec71
7
+ data.tar.gz: 8d9d89e770ff43184d85dcf5a7ac7aa41243d70643a3a910bcd2563cb213f60423f0f5fe5d1427d683182009c21eff292c85f7667e4cd7fb545cb560f1eeb43b
@@ -184,7 +184,7 @@ module ContentsCore
184
184
  end
185
185
 
186
186
  def self.permitted_attributes
187
- [ :id, :name, items_attributes: [ :id ] + Item::permitted_attributes ]
187
+ [ :id, :name, :block_type, :position, :_destroy, items_attributes: [ :id ] + Item::permitted_attributes, cc_blocks_attributes: [ :id, :name, :block_type, items_attributes: [ :id ] + Item::permitted_attributes ] ]
188
188
  end
189
189
  end
190
190
  end
@@ -1,3 +1,3 @@
1
1
  module ContentsCore
2
- VERSION = '0.1.8'
2
+ VERSION = '0.1.9'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: contents_core
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mat