質問編集履歴
2
情報追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -103,7 +103,7 @@
|
|
103
103
|
```
|
104
104
|
|
105
105
|
|
106
|
-
【o_auth_service/get_o_auth_user.rb】
|
106
|
+
【app/helpers/o_auth_service/get_o_auth_user.rb】
|
107
107
|
```ruby
|
108
108
|
module OAuthService
|
109
109
|
class GetOAuthUser
|
1
情報の追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -56,7 +56,11 @@
|
|
56
56
|
以下、関連ヘルパーのコードです。
|
57
57
|
2つとも同じファイルに入っています。
|
58
58
|
|
59
|
+
★追加部分★
|
60
|
+
|
59
|
-
【o_auth_service/o_auth_policy.rb】★本件のエラー原因だと思われるヘルパー★
|
61
|
+
【app/helpers/o_auth_service/o_auth_policy.rb】★本件のエラー原因だと思われるヘルパー★
|
62
|
+
|
63
|
+
★追加部分★
|
60
64
|
```ruby
|
61
65
|
module OAuthPolicy
|
62
66
|
class Base
|