class SDL::Association::HasOne

Indicates a one-to-one connection with another {Model}

Public Instance Methods

type() click to toggle source

The type of field @return [Symbol]

# File lib/sdl/association.rb, line 19
def type
  :has_one
end