aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrice Sanchez <contact@brice-sanchez.com>2016-05-30 22:14:54 -0400
committerBrice Sanchez <contact@brice-sanchez.com>2016-05-30 22:17:56 -0400
commit93b0b2cf6c038fc008aa48977b6c825d7260667a (patch)
tree654797a8f4718c502f7a596ffe06492c358c01fa
parentb0019fd9acdf04292ff402e1b9d8528517ea7a63 (diff)
downloadrefinerycms-blog-93b0b2cf6c038fc008aa48977b6c825d7260667a.tar.gz
refinerycms-blog-93b0b2cf6c038fc008aa48977b6c825d7260667a.tar.bz2
refinerycms-blog-93b0b2cf6c038fc008aa48977b6c825d7260667a.zip
includes translations in admin categories controller
-rw-r--r--app/controllers/refinery/blog/admin/categories_controller.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/controllers/refinery/blog/admin/categories_controller.rb b/app/controllers/refinery/blog/admin/categories_controller.rb
index e9f2f89..2176484 100644
--- a/app/controllers/refinery/blog/admin/categories_controller.rb
+++ b/app/controllers/refinery/blog/admin/categories_controller.rb
@@ -4,6 +4,7 @@ module Refinery
class CategoriesController < ::Refinery::AdminController
crudify :'refinery/blog/category',
+ :include => [:translations],
:order => 'title ASC'
private