質問編集履歴

1

エラーの全文更新

2017/11/04 10:57

投稿

Tikka
Tikka

スコア11

test CHANGED
File without changes
test CHANGED
@@ -81,3 +81,31 @@
81
81
 
82
82
 
83
83
  ```
84
+
85
+ 追記
86
+
87
+ **エラー全文**
88
+
89
+ ```lang-Ruby
90
+
91
+ Started POST "/tikka/index" for 127.0.0.1 at 2017-11-04 19:54:26 +0900
92
+
93
+ Processing by TikkaController#index as HTML
94
+
95
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"Zk62/6Zv6hHJsF/FbywzJhYa0Nc2na5IHK0S2RsGbJqnXxb1rW40zKzkzSorcJ+21hJZIz/JN/NbFmlepB/9TQ==", "s1"=>"Windows", "commit"=>"Click"}
96
+
97
+ Completed 500 Internal Server Error in 1ms
98
+
99
+
100
+
101
+
102
+
103
+
104
+
105
+ NoMethodError (undefined method `each' for "Windows":String):
106
+
107
+
108
+
109
+ app/controllers/tikka_controller.rb:8:in `index'
110
+
111
+ ```