string_to_binary(value)
Used to convert from Strings to BLOBs
# File activerecord/lib/active_record/connection_adapters/abstract/schema_definitions.rb, line 92 def self.string_to_binary(value) value end