Class: Gummi::DbLayer::Fields::Boolean

Inherits:
Virtus::Attribute::Boolean
  • Object
show all
Defined in:
lib/gummi/db_layer/fields/boolean.rb

Instance Method Summary collapse

Instance Method Details

#mappingObject



6
7
8
# File 'lib/gummi/db_layer/fields/boolean.rb', line 6

def mapping
  { type: 'boolean' }
end