url_to_edit fix

This commit is contained in:
Harry Bomrah 2015-09-11 15:55:50 +08:00
parent 0af0268625
commit 9815866b16
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ class ArchivesController < ApplicationController
{
"category-title" => category.title,
"archives" => archives,
"link_to_edit" => url_to_edit
"url_to_edit" => url_to_edit
}
end
{