Sha256: 3c05c059cc7e774a019c3efb9df546e3b0d483f73c519fc0a22e9f3fd272506b
Contents?: true
Size: 250 Bytes
Versions: 8
Compression:
Stored size: 250 Bytes
Contents
# frozen_string_literal: true class Tee < ActiveRecord::Base belongs_to :colour ThinkingSphinx::Callbacks.append(self, :behaviours => [:sql]) ThinkingSphinx::Callbacks.append( self, behaviours: [:sql, :deltas], :path => [:colour] ) end
Version data entries
8 entries across 8 versions & 1 rubygems