From 50714c41be3bf4bb7a515ccb88d8906eda227b31 Mon Sep 17 00:00:00 2001 From: mgabdev <> Date: Fri, 10 Jul 2020 13:24:09 -0500 Subject: [PATCH] Removed unused class app-body from react app container MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit • Removed: - unused class app-body from react app container --- app/controllers/react_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/react_controller.rb b/app/controllers/react_controller.rb index 743ce273..604e24f2 100644 --- a/app/controllers/react_controller.rb +++ b/app/controllers/react_controller.rb @@ -7,7 +7,7 @@ class ReactController < ApplicationController before_action :set_data_for_meta, only: :react def react - @body_classes = 'app-body' + # end private