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:
@@ -17,4 +17,8 @@ class ApplicationController < ActionController::Base
|
||||
def render_unauthorized
|
||||
render json: "Bad token", status: :unauthorised
|
||||
end
|
||||
|
||||
def set_timezone_for_admin
|
||||
Time.zone = "Mumbai"
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user