Sha256: e965657c65b97cb5e12468b0746249f6971da0b54e4d77ad5464ef5833612b8d

Contents?: true

Size: 614 Bytes

Versions: 84

Compression:

Stored size: 614 Bytes

Contents

class Pulitzer::CreatePartialContentElements
  attr_accessor :partial

  def initialize(partial)
    self.partial = partial
  end

  def call
    partial.post_type_content_element_types.each do |cet|
      partial.content_elements.create do |ce|
        ce.label                          = cet.label
        ce.height                         = cet.height
        ce.width                          = cet.width
        ce.text_editor                    = cet.text_editor
        ce.content_element_type           = cet.content_element_type
        ce.post_type_content_element_type = cet
      end
    end
  end
end

Version data entries

84 entries across 84 versions & 1 rubygems

Version Path
pulitzer-0.15.31 app/interactions/pulitzer/create_partial_content_elements.rb
pulitzer-0.15.30 app/interactions/pulitzer/create_partial_content_elements.rb
pulitzer-0.15.29 app/interactions/pulitzer/create_partial_content_elements.rb
pulitzer-0.15.28 app/interactions/pulitzer/create_partial_content_elements.rb
pulitzer-0.15.27 app/interactions/pulitzer/create_partial_content_elements.rb
pulitzer-0.15.26 app/interactions/pulitzer/create_partial_content_elements.rb
pulitzer-0.15.25 app/interactions/pulitzer/create_partial_content_elements.rb
pulitzer-0.15.24 app/interactions/pulitzer/create_partial_content_elements.rb
pulitzer-0.15.23 app/interactions/pulitzer/create_partial_content_elements.rb
pulitzer-0.15.22 app/interactions/pulitzer/create_partial_content_elements.rb
pulitzer-0.15.21 app/interactions/pulitzer/create_partial_content_elements.rb
pulitzer-0.15.20 app/interactions/pulitzer/create_partial_content_elements.rb
pulitzer-0.15.19 app/interactions/pulitzer/create_partial_content_elements.rb
pulitzer-0.15.18 app/interactions/pulitzer/create_partial_content_elements.rb
pulitzer-0.15.17 app/interactions/pulitzer/create_partial_content_elements.rb
pulitzer-0.15.16 app/interactions/pulitzer/create_partial_content_elements.rb
pulitzer-0.15.15 app/interactions/pulitzer/create_partial_content_elements.rb
pulitzer-0.15.14 app/interactions/pulitzer/create_partial_content_elements.rb
pulitzer-0.15.13 app/interactions/pulitzer/create_partial_content_elements.rb
pulitzer-0.15.12 app/interactions/pulitzer/create_partial_content_elements.rb