Skip to content

Commit

Permalink
Typo admin controller
Browse files Browse the repository at this point in the history
  • Loading branch information
unixcharles committed May 26, 2011
1 parent 172deec commit 771468e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/admin/translations_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ def paginate_all_translations
@translations = Translation
end

@translation.order("fresh, updated_at DESC, name ASC").paginate :page => params[:page]
@translations.order("fresh, updated_at DESC, name ASC").paginate :page => params[:page]
end
end

0 comments on commit 771468e

Please sign in to comment.