From 7caba3f4649ee7f1b986ad43a84177a26d82051d Mon Sep 17 00:00:00 2001 From: Alexander Negoda Date: Sun, 29 Jul 2012 20:37:56 +0400 Subject: [PATCH] fix translate --- app/controllers/home_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/home_controller.rb b/app/controllers/home_controller.rb index deda1be..1e81208 100644 --- a/app/controllers/home_controller.rb +++ b/app/controllers/home_controller.rb @@ -1,7 +1,7 @@ class HomeController < ApplicationController skip_before_filter :authenticate_user!, :only => [:index] - add_breadcrumb t('home_page'), :root_path + add_breadcrumb I18n.t(:home_page), :root_path def index @collections = Collection.popular.limit(12)