class ActiveRecord::ConnectionAdapters::SQLServer::Type::Binary

Public Instance Methods

type() click to toggle source
# File lib/active_record/connection_adapters/sqlserver/type/binary.rb, line 7
def type
  :binary_basic
end