In keeping with Ruby\'s idiom of using a question mark in boolean methods (e.g. person.is_smart?), I\'d like to do the same for an ActiveRecord field in Rails:
person.is_smart?
Rails will automatically generate the method smart? if there is a field named 'smart'.
smart?
'smart'