Method: ZableHelper#zable

Defined in:
app/helpers/zable_helper.rb

#zable(collection, args = {}, &block) ⇒ Object



8
9
10
11
# File 'app/helpers/zable_helper.rb', line 8

def zable(collection, args={}, &block)
  table = Zable::View.new(collection, self, args, &block)
  table.render
end