Skip to content

Commit 7118eba

Browse files
committed
Fix rdoc for session_store documentation [ci-skip]
Use + instead of ` for values to pass.
1 parent 5fb0ad3 commit 7118eba

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)