You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-- suggests that adapters are instances of that class, although they are not. (I'm not sure why adapters shouldn't subclass V::SA, but apparently things went a different way?) Is a documentation correction warranted?
The text was updated successfully, but these errors were encountered:
suggests that adapters are instances of that class, although they are not. (I'm not sure why adapters shouldn't subclass V::SA, but apparently things went a different way?) Is a documentation correction warranted?
Also:
- Corrects the documentation of Valkyrie::StorageAdapter::File#valid?
- Implements AdapterNotFoundError as documented on Valkyrie::StorageAdapter.find
and in test description. (I'm not sure if this would technically be a breaking
change since the raised exception would not be a RuntimeError.)
The documentation on
Valkyrie::StorageAdapter
-- atvalkyrie/lib/valkyrie/storage_adapter.rb
Line 28 in ccb2677
valkyrie/lib/valkyrie/storage_adapter.rb
Line 56 in ccb2677
The text was updated successfully, but these errors were encountered: