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.
2 parents bf59418 + f284437 commit 5f94ea0Copy full SHA for 5f94ea0
activerecord/lib/active_record/core.rb
@@ -158,7 +158,7 @@ def self.configurations
158
mattr_accessor :application_record_class, instance_accessor: false, default: nil
159
160
# Sets the async_query_executor for an application. By default the thread pool executor
161
- # set to `:immediate. Options are:
+ # set to +:immediate+. Options are:
162
#
163
# * :immediate - Initializes a single +Concurrent::ImmediateExecutor+
164
# * :global_thread_pool - Initializes a single +Concurrent::ThreadPoolExecutor+
0 commit comments