Class: ActiveStorageSupport::Base64One
- Inherits:
-
ActiveStorage::Attached::One
- Object
- ActiveStorage::Attached::One
- ActiveStorageSupport::Base64One
- Defined in:
- lib/active_storage_support/base64_one.rb
Instance Method Summary collapse
Instance Method Details
#attach(attachable) ⇒ Object
3 4 5 6 |
# File 'lib/active_storage_support/base64_one.rb', line 3 def attach(attachable) = ActiveStorageSupport::Base64Attach.(attachable) super end |