class

Marten::Asset::Finder::Base

Inherits Reference / Object

Abstract base class representing an assets finder.

Instance methods

find(filepath : String) : String

Returns the absolute path corresponding to the passed file path.

Source
list

Returns an array of all the available relative and absolute paths for the underlying assets.

Source