module Voom::Presenters::DSL::Components::Mixins::Content

Public Instance Methods

content(**attributes, &block) click to toggle source
# File lib/voom/presenters/dsl/components/mixins/content.rb, line 7
def content(**attributes, &block)
  self << Components::Content.new(parent: self, **attributes, &block)
end