Sha256: 8c54b671f1a2ed07a0b0514c4902ad5adeb1ac2e032aca5db8286016b3ec857b
Contents?: true
Size: 273 Bytes
Versions: 21
Compression:
Stored size: 273 Bytes
Contents
# frozen_string_literal: true class School include Mongoid::Document has_many :students field :district, type: String field :team, type: String field :after_destroy_triggered, default: false accepts_nested_attributes_for :students, allow_destroy: true end
Version data entries
21 entries across 21 versions & 1 rubygems