0
<%= semantic_form_for :index, :method => "post" do |f| %>
<%f.inputs做%> <%= f.autocompleted_input:category_post,:URL => home_autocomplete_category_name_path%> <%= f.autocompleted_input:place_post,:URL => home_autocomplete_town_name_path%> <% = f.buttons%> <%端%> <%端%>Formtastic translation missing:en.formtastic.submit?
給我此錯誤:
<input class="submit" id="index_submit" name="commit" type="submit" value="translation missing: en.formtastic.submit">
有什麼想法?我認爲它不依賴於yml文件,並在其他地方有默認值,如果沒有,我必須添加值到en.yml,如果是這樣的話?
謝謝!