class SDL::Attachment::HasOne

A file that is attached to a {Model}

Public Instance Methods

type() click to toggle source

The type of field @return [Symbol]

# File lib/sdl/attachment.rb, line 13
def type
  :has_one_attached
end