FEATURE: Create new helper method 'Discourse.stats' (#7388)

This commit is contained in:
Vinoth Kannan
2019-04-17 12:45:04 +05:30
committed by GitHub
parent ba6d4b2a8d
commit a8f410a9c5
3 changed files with 6 additions and 2 deletions

View File

@@ -468,6 +468,10 @@ module Discourse
end
end
def self.stats
@stats ||= PluginStore.new("stats")
end
def self.current_user_provider
@current_user_provider || Auth::DefaultCurrentUserProvider
end