We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb2c05c commit d4103c8Copy full SHA for d4103c8
lib/inertia_rails/inertia_rails.rb
@@ -39,8 +39,8 @@ def self.reset!
39
private
40
41
module Configuration
42
- thread_mattr_accessor :threadsafe_layout
43
- thread_mattr_accessor :threadsafe_version
+ mattr_accessor :threadsafe_layout
+ mattr_accessor :threadsafe_version
44
45
def self.evaluated_version
46
self.version.respond_to?(:call) ? self.version.call : self.version
0 commit comments