Skip to content

Commit

Permalink
Require AttributeAccessorsPerThread
Browse files Browse the repository at this point in the history
Fixes library loading error in edge Rails
  • Loading branch information
sevos authored Nov 24, 2023
1 parent c3ca700 commit ec74485
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/turbo-rails.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
require "turbo/engine"
require "active_support/core_ext/module/attribute_accessors_per_thread"

module Turbo
extend ActiveSupport::Autoload
Expand Down

0 comments on commit ec74485

Please sign in to comment.