Closed rhjones closed 7 years ago
class Borrower < ActiveRecord::Base has_many :borrowers, through: :loans has_many :loans, dependent: :destroy end
Second line should read
has_many :books, through: :loans
Second line should read