module Shrine::Plugins::Column::AttacherClassMethods
Defined in:
shrine/plugins/column.crInstance Method Summary
-
#from_column(data, **options) : Attacher | Nil
Initializes the attacher from a data hash/string expected to come from a database record column.
Instance Method Detail
Initializes the attacher from a data hash/string expected to come from a database record column.
Attacher.from_column('{"id":"...","storage":"...","metadata":{...}}')