teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

エラーの全文更新

2017/11/04 10:57

投稿

Tikka
Tikka

スコア11

title CHANGED
File without changes
body CHANGED
@@ -39,4 +39,18 @@
39
39
  <%= submit_tag("Click") %>
40
40
  <% end %>
41
41
 
42
+ ```
43
+ 追記
44
+ **エラー全文**
45
+ ```lang-Ruby
46
+ Started POST "/tikka/index" for 127.0.0.1 at 2017-11-04 19:54:26 +0900
47
+ Processing by TikkaController#index as HTML
48
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"Zk62/6Zv6hHJsF/FbywzJhYa0Nc2na5IHK0S2RsGbJqnXxb1rW40zKzkzSorcJ+21hJZIz/JN/NbFmlepB/9TQ==", "s1"=>"Windows", "commit"=>"Click"}
49
+ Completed 500 Internal Server Error in 1ms
50
+
51
+
52
+
53
+ NoMethodError (undefined method `each' for "Windows":String):
54
+
55
+ app/controllers/tikka_controller.rb:8:in `index'
42
56
  ```