Sha256: cb08178e0115a0b3f397a3127063a6170c378ed849d0cd2f7b8b71a8ab8d4d89

Contents?: true

Size: 150 Bytes

Versions: 8

Compression:

Stored size: 150 Bytes

Contents

# frozen_string_literal: true

class Article < ActiveRecord::Base
  belongs_to :user
  has_many :taggings
  has_many :tags, :through => :taggings
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
thinking-sphinx-4.4.1 spec/internal/app/models/article.rb
thinking-sphinx-4.4.0 spec/internal/app/models/article.rb
thinking-sphinx-4.3.2 spec/internal/app/models/article.rb
thinking-sphinx-4.3.1 spec/internal/app/models/article.rb
thinking-sphinx-4.3.0 spec/internal/app/models/article.rb
thinking-sphinx-4.2.0 spec/internal/app/models/article.rb
thinking-sphinx-4.1.0 spec/internal/app/models/article.rb
thinking-sphinx-4.0.0 spec/internal/app/models/article.rb