From ed11253d4f608723a370161999e535a54512aa7d Mon Sep 17 00:00:00 2001 From: Stella Rouzi Date: Tue, 12 Aug 2014 15:56:12 +0300 Subject: [PATCH] fix style --- app/controllers/admin/users_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/admin/users_controller.rb b/app/controllers/admin/users_controller.rb index 6945cddf..f0d5b5b1 100644 --- a/app/controllers/admin/users_controller.rb +++ b/app/controllers/admin/users_controller.rb @@ -29,7 +29,7 @@ module Admin def destroy @user.destroy - redirect_to admin_users_path, notice: "User got deleted" + redirect_to admin_users_path, notice: 'User got deleted' end end end