Skip to content

Commit 4ecd3f7

Browse files
committed
Fix documentation on how to set session class
1 parent 71678a8 commit 4ecd3f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/action_dispatch/session/active_record_store.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ module Session
3838
# feature-packed Active Record or a bare-metal high-performance SQL
3939
# store, by setting
4040
#
41-
# ActiveRecord::SessionStore.session_class = MySessionClass
41+
# ActionDispatch::Session::ActiveRecordStore.session_class = MySessionClass
4242
#
4343
# You must implement these methods:
4444
#

0 commit comments

Comments
 (0)