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