Sha256: ae97fed7dcafad69859aeb753be124d0db8e2e5d164ae09bda5dbf9e2657ea95
Contents?: true
Size: 107 Bytes
Versions: 2
Compression:
Stored size: 107 Bytes
Contents
module Theblog class Category < ContentNode has_many :posts, foreign_key: "parend_node_id" end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
theblog-0.0.1.1 | app/models/theblog/category.rb |
theblog-0.0.1 | app/models/theblog/category.rb |