Skip to content

Commit

Permalink
Move ostruct require call
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoroth committed Apr 26, 2024
1 parent fe5fc43 commit 9959149
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions lib/stimulus_reflex.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
require "uri"
require "open-uri"
require "rack"
require "ostruct"
require "active_support/all"
require "action_dispatch"
require "action_cable"
Expand Down
1 change: 0 additions & 1 deletion lib/stimulus_reflex/dataset.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# frozen_string_literal: true

require "ostruct"
require "stimulus_reflex/utils/attribute_builder"

class StimulusReflex::Dataset < OpenStruct
Expand Down

0 comments on commit 9959149

Please sign in to comment.