module ROM::Repository::RelationReader::InstanceMethods

Public Instance Methods

set_relation(name) click to toggle source

@api private

# File lib/rom/repository/relation_reader.rb, line 15
def set_relation(name)
  container
    .relations[name]
    .with(auto_struct: auto_struct)
    .struct_namespace(struct_namespace)
end