Class: Cardboard::Field::Boolean

Inherits:
Cardboard::Field show all
Defined in:
app/models/cardboard/field/boolean.rb

Instance Attribute Summary

Attributes inherited from Cardboard::Field

#seeding

Instance Method Summary collapse

Methods inherited from Cardboard::Field

new_with_cast, #type, #type=

Instance Method Details

#defaultObject



8
9
10
# File 'app/models/cardboard/field/boolean.rb', line 8

def default
  [true, false].sample
end