Sha256: ede5d09ddca98d87631faace6099f36f485025dbcacc3693b4dc76787b12e166
Contents?: true
Size: 176 Bytes
Versions: 47
Compression:
Stored size: 176 Bytes
Contents
class DomainTerm < ActiveRecord::Base # TODO we should add an index on this join table and remove the uniq query has_and_belongs_to_many :local_authorities, -> {uniq} end
Version data entries
47 entries across 47 versions & 2 rubygems