From 8077ce44f873d825cc95a534a4d916662216f0f4 Mon Sep 17 00:00:00 2001 From: Kohei Suzuki Date: Sat, 24 Jan 2015 22:11:26 +0900 Subject: [PATCH] Fix named route --- app/views/contents/configure.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/contents/configure.html.erb b/app/views/contents/configure.html.erb index 09f81923..9156a48a 100644 --- a/app/views/contents/configure.html.erb +++ b/app/views/contents/configure.html.erb @@ -1,6 +1,6 @@

Fastladder Settings

-<%= form_for :save, url: url_for(controller: "api/config", action: "save"), html: {id: "config_form", style: "clear: both; width: 100%; display: block;", onreset: "Form.fill(this, app.config); return false;"} do |f| %> +<%= form_for :save, url: api_config_save_path, html: {id: "config_form", style: "clear: both; width: 100%; display: block;", onreset: "Form.fill(this, app.config); return false;"} do |f| %>
General
Display