Sha256: dd18df269a8482562bb2dd3970ab75efda826d738f0e754922b32d0fc8cfe253
Contents?: true
Size: 150 Bytes
Versions: 17
Compression:
Stored size: 150 Bytes
Contents
# frozen_string_literal: true class Category < ActiveRecord::Base has_many :categorisations has_many :products, :through => :categorisations end
Version data entries
17 entries across 17 versions & 1 rubygems