module Yinx module SQL class Book < ActiveRecord::Base belongs_to :stack belongs_to :batch has_many :notes, dependent: :destroy end end end