Sha256: b16ea6a038ac22c570b174d7051c157109744c1ce38da918bfb4937905adf610
Contents?: true
Size: 232 Bytes
Versions: 35
Compression:
Stored size: 232 Bytes
Contents
module Spina module Parts class Repeater < Base include AttrJson::NestedAttributes attr_json :content, RepeaterContent.to_type, array: true attr_json_accepts_nested_attributes_for :content end end end
Version data entries
35 entries across 35 versions & 1 rubygems