Sha256: 5749e589d8480fd58351b42c52e25e7383821407fe7b15d51554a61dfa44e65e

Contents?: true

Size: 140 Bytes

Versions: 2

Compression:

Stored size: 140 Bytes

Contents

module Yinx
  module SQL

    class Note < ActiveRecord::Base
      belongs_to :book
      has_and_belongs_to_many :tags
    end

  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
yinx_sql-0.1.1 lib/yinx_sql/note.rb
yinx_sql-0.1.0 lib/yinx_sql/note.rb