Sha256: cae492a0b972c69eb40dc98235c0bb7695de38773bf6715e98279736c5b07f38
Contents?: true
Size: 193 Bytes
Versions: 2
Compression:
Stored size: 193 Bytes
Contents
module Phcpresspro class Modules::Category < ApplicationRecord # Relationships has_many :connections has_many :posts, :through => :connections, class_name: 'Articles::Post' end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
phcpresspro-4.0.6 | app/models/phcpresspro/modules/category.rb |
phcpresspro-4.0.5 | app/models/phcpresspro/modules/category.rb |