This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
class Comic < ApplicationRecord
|
||||
belongs_to :publisher
|
||||
has_many :issues, optional = true
|
||||
has_many :story_arcs, optional = true
|
||||
has_many :trade_paperbacks, optional = true
|
||||
has_many :volumes, optional = true
|
||||
has_many :comic_works, optional = true
|
||||
end
|
||||
Reference in New Issue
Block a user