class SDL::Attachment::HasMany

A list of files that are attached to a {Model}

Public Instance Methods

type() click to toggle source

The type of field @return [Symbol]

# File lib/sdl/attachment.rb, line 22
def type
  :has_many_attached
end