Sha256: 712e8aa47852030f3a8e9129907e50bb12e1b1e9ea62439e65f68792e6ce59a3
Contents?: true
Size: 191 Bytes
Versions: 2
Compression:
Stored size: 191 Bytes
Contents
module Phcpresspro class Modules::Category < ApplicationRecord belongs_to :post, class_name: 'Phcpresspro::Blog::Post' belongs_to :post, class_name: 'Phcpresspro::News::Post' end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
phcpresspro-3.1.2 | app/models/phcpresspro/modules/category.rb |
phcpresspro-3.1.1 | app/models/phcpresspro/modules/category.rb |