Sha256: 3610946337e82b7ff1d2dd103acf1684bc50b823ef3b5b2e4f9e6fc9f6e41c9a
Contents?: true
Size: 217 Bytes
Versions: 36
Compression:
Stored size: 217 Bytes
Contents
module Phcpress class Modules::Connection < ApplicationRecord # Relationships belongs_to :post, class_name: 'Phcpress::Articles::Post' belongs_to :category, class_name: 'Phcpress::Modules::Category' end end
Version data entries
36 entries across 36 versions & 1 rubygems