Sha256: 8ebb45b103b07e1ce45f1c3f290c4a096fd9d39b3825fdf64c47e405f2ba801c
Contents?: true
Size: 182 Bytes
Versions: 13
Compression:
Stored size: 182 Bytes
Contents
class Product < ActiveRecord::Base has_many :categorisations has_many :categories, :through => :categorisations after_save ThinkingSphinx::RealTime.callback_for(:product) end
Version data entries
13 entries across 13 versions & 1 rubygems