module Voom::Presenters::DSL::Components::Mixins::Tables
Public Instance Methods
table(**attributes, &block)
click to toggle source
# File lib/voom/presenters/dsl/components/mixins/tables.rb, line 7 def table(**attributes, &block) self << Components::Table.new(parent: self, **attributes, &block) end