Sha256: 480854cb467111b1505ca977c5a2d9514a23c8798577d2cdf0f93b2ddcba3fb3
Contents?: true
Size: 198 Bytes
Versions: 5
Compression:
Stored size: 198 Bytes
Contents
class ManyQueryAssociation < Association include QueryAssociation include ManyAssociation def untypecast(value, record) nil end end Field::TYPES['many_query'] = ManyQueryAssociation
Version data entries
5 entries across 5 versions & 1 rubygems