Skip to content

Commit

Permalink
Merge pull request rails#44463 from p8/docs/fix-rdoc-for-session-store
Browse files Browse the repository at this point in the history
Fix rdoc for session_store documentation [ci-skip]
  • Loading branch information
jonathanhefner committed Feb 17, 2022
2 parents 5fb0ad3 + 7118eba commit f6bc77f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions railties/lib/rails/application/configuration.rb
Original file line number Diff line number Diff line change
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 f6bc77f

Please sign in to comment.