class Sequel::Model::Associations::AssociationReflection

def returns_array?

true by default.
Whether this association returns an array of objects instead of a single object,
def returns_array?
  true
end