module Gummi module Fields class Boolean < Virtus::Attribute::Boolean def mapping { type: 'boolean' } end end end end