From 8210d813812571b479d630ff61410347f8ebeb5b Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Sun, 14 Sep 2014 19:51:54 +0300 Subject: Replace old references of users_project & users_group Signed-off-by: Dmitriy Zaporozhets --- app/controllers/profiles/notifications_controller.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/controllers/profiles') diff --git a/app/controllers/profiles/notifications_controller.rb b/app/controllers/profiles/notifications_controller.rb index 936fe071347..efed4a19ee3 100644 --- a/app/controllers/profiles/notifications_controller.rb +++ b/app/controllers/profiles/notifications_controller.rb @@ -3,8 +3,8 @@ class Profiles::NotificationsController < ApplicationController def show @notification = current_user.notification - @users_projects = current_user.project_members - @users_groups = current_user.group_members + @project_members = current_user.project_members + @group_members = current_user.group_members end def update -- cgit v1.2.1