質問編集履歴
1
誤字
test
CHANGED
File without changes
|
test
CHANGED
@@ -38,7 +38,7 @@
|
|
38
38
|
|
39
39
|
<%= form_tag(records_path,:method => 'get') do %>
|
40
40
|
|
41
|
-
<%= text_field_tag :
|
41
|
+
<%= text_field_tag :search, params[:search] %>
|
42
42
|
|
43
43
|
<%= submit_tag 'Search', :name => nil %>
|
44
44
|
|