module Voom::Presenters::DSL::Components::Mixins::ImageLists
Public Instance Methods
image_list(**attribs, &block)
click to toggle source
# File lib/voom/presenters/dsl/components/mixins/image_lists.rb, line 7 def image_list(**attribs, &block) self << Components::ImageList.new(parent: self, **attribs, &block) end