Skip to content

show_only

Latest
Compare
Choose a tag to compare
@gomo gomo released this 21 Mar 10:50
· 100 commits to master since this release

I made it possible to hide items under specific conditions in the list.

config.list.item(:name).show_only {|rec| rec.foobar? }

Pass a block and return a boolean value.