We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c781aa commit 13a8a01Copy full SHA for 13a8a01
maintenance-branch
@@ -1 +1 @@
1
-master
+main
spec/spec_helper.rb
@@ -10,6 +10,14 @@ class Application < ::Rails::Application
10
ActiveSupport::TaggedLogging.new ActiveSupport::Logger.new(StringIO.new)
11
end
12
13
+
14
+ def self.world
15
+ @world
16
+ end
17
18
+ def self.world=(world)
19
+ @world = world
20
21
22
23
I18n.enforce_available_locales = true
0 commit comments