Skip to content

Commit

Permalink
# require 'active_support/all'
Browse files Browse the repository at this point in the history
Signed-off-by: Theo Truong <[email protected]>
  • Loading branch information
nhtruong committed Dec 13, 2024
1 parent 216e66a commit 4a09567
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/opensearch.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
# This file is generated from the OpenSearch REST API spec.
# Do not modify it by hand. Instead, modify the generator or the spec.

require 'active_support/all'
require 'opensearch/transport'
require 'opensearch/api'
Dir[File.expand_path('opensearch/api/**/*.rb', __dir__)].sort.each { |f| require f }
Expand Down

0 comments on commit 4a09567

Please sign in to comment.