nebulab/spree-subscriptions

View on GitHub
app/models/spree/shipped_issue.rb

Summary

Maintainability
A
0 mins
Test Coverage
class Spree::ShippedIssue < ActiveRecord::Base
  belongs_to :issue, autosave: true, counter_cache: true
  belongs_to :subscription, autosave: true
  has_one :magazine_issue, through: :issue
end