alxjrvs/WednesdayShelf

View on GitHub
app/models/pull.rb

Summary

Maintainability
A
0 mins
Test Coverage
class Pull < ActiveRecord::Base
  belongs_to :series
  belongs_to :pull_list
end