class Shrine::Derivation::Response
Public Instance Methods
Source
# File lib/shrine/plugins/derivation_endpoint.rb 468 def call(env) 469 if upload 470 upload_response(env) 471 else 472 local_response(env) 473 end 474 end
# File lib/shrine/plugins/derivation_endpoint.rb 468 def call(env) 469 if upload 470 upload_response(env) 471 else 472 local_response(env) 473 end 474 end