mirror of
http://ghproxy.cn/https://github.com/multunus/onemdm-server
synced 2025-12-06 10:14:59 +00:00
Add GCM push for pushing OneMDM app to devices
This commit is contained in:
@@ -119,7 +119,7 @@ ActiveAdmin.setup do |config|
|
||||
# This allows your users to comment on any resource registered with Active Admin.
|
||||
#
|
||||
# You can completely disable comments:
|
||||
# config.comments = false
|
||||
config.comments = false
|
||||
#
|
||||
# You can disable the menu item for the comments index page:
|
||||
# config.show_comments_in_menu = false
|
||||
@@ -259,6 +259,7 @@ ActiveAdmin.setup do |config|
|
||||
# You can enable or disable them for all resources here.
|
||||
#
|
||||
# config.filters = true
|
||||
config.current_filters = false
|
||||
#
|
||||
# By default the filters include associations in a select, which means
|
||||
# that every record will be loaded for each association.
|
||||
@@ -266,4 +267,6 @@ ActiveAdmin.setup do |config|
|
||||
# of those filters by default here.
|
||||
#
|
||||
# config.include_default_association_filters = true
|
||||
|
||||
config.before_filter :set_timezone_for_admin
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user