class DuckRecord::Reflection::EmbedsManyReflection
Public Instance Methods
association_class()
click to toggle source
# File lib/duck_record/reflection.rb, line 317 def association_class Associations::EmbedsManyAssociation end
collection?()
click to toggle source
# File lib/duck_record/reflection.rb, line 315 def collection?; true; end
macro()
click to toggle source
# File lib/duck_record/reflection.rb, line 313 def macro; :embeds_many; end