Sha256: 87741b8ab62e7606a34cef2ab9d53197c1a4ebe91ba7fe66ac11df2e2d3194f1
Contents?: true
Size: 225 Bytes
Versions: 9
Compression:
Stored size: 225 Bytes
Contents
# frozen_string_literal: true class Article < ActiveRecord::Base belongs_to :user has_many :taggings has_many :tags, :through => :taggings ThinkingSphinx::Callbacks.append(self, :behaviours => [:sql, :updates]) end
Version data entries
9 entries across 9 versions & 1 rubygems