2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

this method isn't private

cc @akshaymohite
This commit is contained in:
Régis Hanol 2014-10-08 20:11:28 +02:00
parent d627b40234
commit 9f2be41710

View file

@ -202,6 +202,4 @@ class AdminDashboardData
def self.access_password_removal_key def self.access_password_removal_key
'dash-data:access_password_removal' 'dash-data:access_password_removal'
end end
private_class_method :access_password_removal_key
end end