This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
class Issue < ApplicationRecord
|
||||
belongs_to :comic
|
||||
belongs_to :volume, optional = true
|
||||
belongs_to :story_arc, optional = true
|
||||
has_many :issue_works
|
||||
end
|
||||
Reference in New Issue
Block a user