Sha256: 5caa4619c9cbbcf2279c5cad948650d3853c656cbbd767fb03117eacb45d37ca

Contents?: true

Size: 151 Bytes

Versions: 1

Compression:

Stored size: 151 Bytes

Contents

module Yinx
  module SQL

    class Book < ActiveRecord::Base
      belongs_to :stack
      belongs_to :batch
      has_many :notes
    end

  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
yinx_sql-0.1.0 lib/yinx_sql/book.rb