Module: Voom::Presenters::DSL::Components::Mixins::Content
Instance Method Summary collapse
Instance Method Details
#content(**attributes, &block) ⇒ Object
7 8 9 |
# File 'lib/voom/presenters/dsl/components/mixins/content.rb', line 7 def content(**attributes, &block) self << Components::Content.new(parent: self, context: context, **attributes, &block) end |