Class: Spina::Admin::Journal::Volume
- Inherits:
-
ApplicationRecord
- Object
- ApplicationRecord
- Spina::Admin::Journal::Volume
- Defined in:
- app/models/spina/admin/journal/volume.rb
Overview
Instance Attribute Summary collapse
-
#journal ⇒ ActiveRecord::Relation
The issues that comprise this volume.
- #number ⇒ Integer
Instance Attribute Details
#journal ⇒ ActiveRecord::Relation
Returns the issues that comprise this volume.
24 |
# File 'app/models/spina/admin/journal/volume.rb', line 24 belongs_to :journal |
#number ⇒ Integer
24 |
# File 'app/models/spina/admin/journal/volume.rb', line 24 belongs_to :journal |