Skip to content

Commit

Permalink
Require ostruct in other files that use OpenStruct
Browse files Browse the repository at this point in the history
  • Loading branch information
moveson committed Dec 17, 2024
1 parent 099f3f3 commit f8ec6ff
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/models/proto_record.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# frozen_string_literal: true

require "etl/etl"
require "ostruct"

class ProtoRecord
include ETL::Transformable
Expand Down
2 changes: 2 additions & 0 deletions app/services/find_not_expected_bibs.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# frozen_string_literal: true

require "ostruct"

class FindNotExpectedBibs
include Interactors::Errors
include SplitAnalyzable
Expand Down
1 change: 1 addition & 0 deletions lib/etl/extractors/csv_file_strategy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

require "smarter_csv"
require "csv"
require "ostruct"

module ETL
module Extractors
Expand Down

0 comments on commit f8ec6ff

Please sign in to comment.