Add GCM push for pushing OneMDM app to devices

This commit is contained in:
leenasn
2015-11-16 19:07:29 +05:30
parent 51881fa3fb
commit c9ec15aa9b
22 changed files with 131 additions and 76 deletions

View File

@@ -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