Sha256: d57c99513fc4c8df548e0999725f9d4ca06cf44d7f6a88d95e2e6d3582590868
Contents?: true
Size: 172 Bytes
Versions: 1
Compression:
Stored size: 172 Bytes
Contents
module Yinx module SQL class Book < ActiveRecord::Base belongs_to :stack belongs_to :batch has_many :notes, dependent: :destroy end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
yinx_sql-0.1.1 | lib/yinx_sql/book.rb |