「is_admin?」を追加したい ActiveAdminイニシャライザーにフィルターします。どのファイルで「is_admin」を定義する必要がありますか?方法?
# == Controller Filters
#
# You can add before, after and around filters to all of your
# Active Admin resources from here.
#
config.before_filter :is_admin?