Progress
This commit is contained in:
@@ -37,7 +37,7 @@ class InitialStateSerializer < ActiveModel::Serializer
|
||||
store[:group_in_home_feed] = object.current_account.user.setting_group_in_home_feed
|
||||
store[:is_staff] = object.current_account.user.staff?
|
||||
store[:unread_count] = unread_count object.current_account
|
||||
store[:monthly_expenses_complete] = Redis.current.get("monthly_funding_ammount") || 0
|
||||
store[:monthly_expenses_complete] = Redis.current.get("monthly_funding_amount") || 0
|
||||
store[:favourites_count] = object.current_account.favourites.count.to_s
|
||||
store[:tenorkey] = "QHFJ0C5EWGBH"
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user