Skip to content

Commit

Permalink
include translations in crudify of admin resources controller
Browse files Browse the repository at this point in the history
  • Loading branch information
Brice Sanchez committed Sep 17, 2015
1 parent e6f8dd3 commit 4c97b3c
Showing 1 changed file with 4 additions and 1 deletion.
Expand Up @@ -2,7 +2,10 @@ module Refinery
module Admin
class ResourcesController < ::Refinery::AdminController

crudify :'refinery/resource', order: "updated_at DESC"
crudify :'refinery/resource',
include: [:translations],
order: "updated_at DESC",
sortable: false

before_action :init_dialog

Expand Down

0 comments on commit 4c97b3c

Please sign in to comment.