Skip to content

Commit

Permalink
Fix rdoc for session_store documentation [ci-skip]
Browse files Browse the repository at this point in the history
Use + instead of ` for values to pass.
  • Loading branch information
p8 committed Feb 17, 2022
1 parent 5fb0ad3 commit 7118eba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions railties/lib/rails/application/configuration.rb
Expand Up @@ -375,8 +375,8 @@ def colorize_logging=(val)
end

# Specifies what class to use to store the session. Possible values
# are `:cookie_store`, `:mem_cache_store`, a custom store, or
# `:disabled`. `:disabled` tells Rails not to deal with sessions.
# are +:cookie_store+, +:mem_cache_store+, a custom store, or
# +:disabled+. +:disabled+ tells Rails not to deal with sessions.
#
# Additional options will be set as +session_options+:
#
Expand Down

0 comments on commit 7118eba

Please sign in to comment.