Create boolean readers for the class using the columns from the new dataset.
[Source]
# File lib/sequel/plugins/boolean_readers.rb, line 35 35: def set_dataset(*args) 36: super 37: create_boolean_readers 38: self 39: end
[Validate]