Class: String

Inherits:
Object show all
Defined in:
lib/active_form/core_extensions.rb

Instance Method Summary collapse

Instance Method Details

#to_booleanObject



41
42
43
# File 'lib/active_form/core_extensions.rb', line 41

def to_boolean
  ['1', 'y', 'yes', 'j', 'on', 'true', 't'].include?(self.downcase)
end