module Shrine::Plugins::Column::AttacherClassMethods

Defined in:

shrine/plugins/column.cr

Instance Method Summary

Instance Method Detail

def from_column(data, **options) : Attacher? #

Initializes the attacher from a data hash/string expected to come from a database record column.

Attacher.from_column('{"id":"...","storage":"...","metadata":{...}}')

[View source]