Sha256: 130cdf13030a6bf6322c920eb8c1336602f337574b3667c6128acfa54bf2bd81
Contents?: true
Size: 238 Bytes
Versions: 10
Compression:
Stored size: 238 Bytes
Contents
module Phcpresspro class Modules::Connection < ApplicationRecord # Relationships belongs_to :post, class_name: 'Phcpresspro::Articles::Post' belongs_to :category, class_name: 'Phcpresspro::Modules::Category' end end
Version data entries
10 entries across 10 versions & 1 rubygems