Closed hanspolo closed 9 years ago
When using table_for Foo, filter: false it crashes with the error undefined methodany?' for false:FalseClass. The error occurs inlib/tabulatr/renderer/renderer.rb` in Line 68.
table_for Foo, filter: false
undefined method
. The error occurs in
Thanks, i'll look into this.
When using
table_for Foo, filter: false
it crashes with the errorundefined method
any?' for false:FalseClass. The error occurs in
lib/tabulatr/renderer/renderer.rb` in Line 68.