Files
tpeetz b039ae97a9
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4s
add subproject kontor-rails
2026-06-01 23:47:57 +02:00

5 lines
141 B
Ruby

class Publisher < ApplicationRecord
has_many :imprints, class_name: "Publisher", foreign_key: "parent_publisher_id"
has_many :comics
end