Skip to content

Commit d4103c8

Browse files
committed
revert threadsafe_layout threadsafe_version
1 parent fb2c05c commit d4103c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/inertia_rails/inertia_rails.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ def self.reset!
3939
private
4040

4141
module Configuration
42-
thread_mattr_accessor :threadsafe_layout
43-
thread_mattr_accessor :threadsafe_version
42+
mattr_accessor :threadsafe_layout
43+
mattr_accessor :threadsafe_version
4444

4545
def self.evaluated_version
4646
self.version.respond_to?(:call) ? self.version.call : self.version

0 commit comments

Comments
 (0)