fix translate

master
Alexander Negoda 2012-07-29 20:37:56 +04:00
parent 2042f17a3d
commit 7caba3f464
1 changed files with 1 additions and 1 deletions

View File

@ -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)