Skip to content

Commit f6bc77f

Browse files
Merge pull request rails#44463 from p8/docs/fix-rdoc-for-session-store
Fix rdoc for session_store documentation [ci-skip]
2 parents 5fb0ad3 + 7118eba commit f6bc77f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

railties/lib/rails/application/configuration.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -375,8 +375,8 @@ def colorize_logging=(val)
375375
end
376376

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

0 commit comments

Comments
 (0)