Sha256: 33f43a9dfba02acad0e761060a9ffd04291eb8e666e07bdbbe04fa9b56e09b9c
Contents?: true
Size: 257 Bytes
Versions: 9
Compression:
Stored size: 257 Bytes
Contents
# # Hg19::Description has "id" colomn that is primary key # module Bio module Ucsc module Hg19 class Description < DBConnection self.table_name = "description" self.inheritance_column = nil end end end end
Version data entries
9 entries across 9 versions & 1 rubygems