6 lines
115 B
Ruby
6 lines
115 B
Ruby
module BrayniacAI
|
|
class AwsSignedConnection < ActiveResource::Connection
|
|
prepend AwsRequestSigning
|
|
end
|
|
end
|