Commit bf234763 by 李福中

添加爱客云推送配置

parent 953eb382
...@@ -2,7 +2,7 @@ class Settings < Settingslogic ...@@ -2,7 +2,7 @@ class Settings < Settingslogic
source "#{Rails.root}/config/settings.yml" source "#{Rails.root}/config/settings.yml"
namespace Rails.env namespace Rails.env
PLATFORM = %w[ik_duli lx_duli lx_yun] PLATFORM = %w[ik_duli lx_duli lx_yun aike_yun]
DEFAULT = 'ik_duli'.freeze DEFAULT = 'ik_duli'.freeze
def self.platform=(platform) def self.platform=(platform)
...@@ -16,5 +16,4 @@ class Settings < Settingslogic ...@@ -16,5 +16,4 @@ class Settings < Settingslogic
def self.platform_settings def self.platform_settings
self.send(platform) self.send(platform)
end end
end end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment