Class: Koi::TableQueryComponent

Inherits:
Katalyst::Tables::QueryComponent
  • Object
show all
Defined in:
app/components/koi/table_query_component.rb

Instance Method Summary collapse

Instance Method Details

#callObject



5
6
7
8
9
# File 'app/components/koi/table_query_component.rb', line 5

def call
  (:"koi-toolbar") do
    render_parent
  end
end