From 24ecb8f9a915456fdf47bce23f9508775a06390f Mon Sep 17 00:00:00 2001 From: Michael Leopard Date: Mon, 6 May 2019 16:30:28 -0400 Subject: Exposing dashboard setting through the API --- lib/api/entities.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/api/entities.rb') diff --git a/lib/api/entities.rb b/lib/api/entities.rb index 90ed24a2ded..51383411d43 100644 --- a/lib/api/entities.rb +++ b/lib/api/entities.rb @@ -80,6 +80,7 @@ module API expose :two_factor_enabled?, as: :two_factor_enabled expose :external expose :private_profile + expose :dashboard end class UserWithAdmin < UserPublic -- cgit v1.2.1