Module: Conduit::Concerns::Storage
- Extended by:
- ActiveSupport::Concern
- Defined in:
- app/models/conduit/concerns/storage.rb
Instance Method Summary collapse
-
#content ⇒ Object
Read the content from the storage location.
Instance Method Details
#content ⇒ Object
Read the content from the storage location
15 16 17 |
# File 'app/models/conduit/concerns/storage.rb', line 15 def content @content ||= Conduit::Storage.read(file) end |