Sha256: 74442789893419d513aa358e407a27c3a9158c7d8cbb53fa64008ab484cdae55
Contents?: true
Size: 111 Bytes
Versions: 4
Compression:
Stored size: 111 Bytes
Contents
# frozen_string_literal: true class Tree < ActiveRecord::Base has_many :nodes, dependent: :destroy end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
ibm_db-5.5.0-x86-mingw32 | test/models/tree.rb |
ibm_db-5.4.1-x86-mingw32 | test/models/tree.rb |
ibm_db-5.4.0-x86-mingw32 | test/models/tree.rb |
ibm_db-5.3.2-x86-mingw32 | test/models/tree.rb |