Sha256: aedc4b35326fe8e0466ab2aefe4a8085355a50e0f0692800acdd63d3b3506751
Contents?: true
Size: 372 Bytes
Versions: 796
Compression:
Stored size: 372 Bytes
Contents
<% blocks = @p.block.children.collect do |b| { :id => b.id, :block_type_id => b.block_type.id, :sort_order => b.sort_order, :html => b.render(b, { :view => self, #:controller_view_content => yield, :modal => false, :empty_text => @empty_text, :editing => true }) } end %><%= raw blocks.to_json %>
Version data entries
796 entries across 796 versions & 1 rubygems