Sha256: 02bc647092853129372c8d3b52ee6e45ba65aa4a01a3dc44abf898fd3db5f316
Contents?: true
Size: 178 Bytes
Versions: 15
Compression:
Stored size: 178 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
15 entries across 15 versions & 2 rubygems