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

6 lines
107 B
Ruby

class StoryArc < ApplicationRecord
belongs_to :comics
belongs_to :volumes
has_many :issues
end