Sha256: 9babd2c0d8ad236377f8146af2fbd74b62f71893d5b6246288d1c4c48ea34b0b

Contents?: true

Size: 485 Bytes

Versions: 5

Compression:

Stored size: 485 Bytes

Contents

module Enop
module Dbutil
  class Count < ActiveRecord::Base
    has_many :invalidennblists
  end

  class Countdatetime < ActiveRecord::Base
  end

  class Evnb < ActiveRecord::Base
  end

  class Ennblist < ActiveRecord::Base
  end

  class Invalidennblist < ActiveRecord::Base
    belongs_to :ennblist , foreign_key: 'org_id'
    belongs_to :count , foreign_key: ''
  end

  class Currentennblist < ActiveRecord::Base
    belongs_to :ennblist , foreign_key: 'org_id'
  end

end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
arxutils_sqlite3-0.1.52 lib/dbacrecord.rb
arxutils_sqlite3-0.1.51 lib/dbacrecord.rb
arxutils_sqlite3-0.1.50 lib/dbacrecord.rb
arxutils_sqlite3-0.1.49 lib/dbacrecord.rb
arxutils_sqlite3-0.1.48 lib/arxutils_sqlite3/dbutil/dbrelation.rb