質問編集履歴
1
【修正】タイポ cofig→config
title
CHANGED
File without changes
|
body
CHANGED
@@ -25,7 +25,7 @@
|
|
25
25
|
|
26
26
|
【試したこと】
|
27
27
|
[Railsのセッション管理には何が最適か](https://qiita.com/shota_matsukawa_ga/items/a21c5cf49a1de6c9561a)
|
28
|
-
この記事を参考に、
|
28
|
+
この記事を参考に、/config/initializers/session_store.rb(存在していなかったため、自作ファイル)に
|
29
29
|
```
|
30
30
|
AppName::Application.config.session_store :active_record_store, key: "_#{Rails.application.class.parent_name.downcase}_session"
|
31
31
|
```
|