Sha256: ec0dc3d99833c9c808ba6c4acf773cee047fa9418b4097b15f1e3222a9c7147c

Contents?: true

Size: 490 Bytes

Versions: 3

Compression:

Stored size: 490 Bytes

Contents

module Xenop
module Dbutil
  class Count < ActiveRecord::Base
    has_many :invalidxenoplists
  end

  class Countdatetime < ActiveRecord::Base
  end

  class Xenop < ActiveRecord::Base
  end

  class Xenoplist < ActiveRecord::Base
  end

  class Invalidxenoplist < ActiveRecord::Base
    belongs_to :xenoplist, foreign_key: "org_id"
    belongs_to :count, foreign_key: ""
  end

  class Currentxenoplist < ActiveRecord::Base
    belongs_to :xenoplist, foreign_key: "org_id"
  end

end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
arxutils_sqlite3-0.1.58 lib/dbacrecord.rb
arxutils_sqlite3-0.1.57 lib/dbacrecord.rb
arxutils_sqlite3-0.1.56 lib/dbacrecord.rb