Sha256: e1e291f57618c527d61b7403aa5027cb62763948468475555c9afd9037c4add5
Contents?: true
Size: 128 Bytes
Versions: 12
Compression:
Stored size: 128 Bytes
Contents
class School < ApplicationRecord has_many :students, class_name: "Foo::Student" accepts_nested_attributes_for :students end
Version data entries
12 entries across 12 versions & 2 rubygems