Module: Conduit::Concerns::Storage

Extended by:
ActiveSupport::Concern
Included in:
Request, Response
Defined in:
app/models/conduit/concerns/storage.rb

Instance Method Summary collapse

Instance Method Details

#contentObject

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