Sha256: 0edca89ce12eb4861f783da7cd8b4e42cab8671c4dd41da997dcee4a922702d2
Contents?: true
Size: 239 Bytes
Versions: 21
Compression:
Stored size: 239 Bytes
Contents
module Guts # Categorization joiner which connects # Catgory model and Content model # @see Guts::Category # @see Guts::Content class Categorization < ActiveRecord::Base belongs_to :category belongs_to :content end end
Version data entries
21 entries across 21 versions & 1 rubygems