From 47dbe64df1e3d9b6bdc12574fa4cb09429aad20b Mon Sep 17 00:00:00 2001 From: mgabdev <> Date: Thu, 24 Dec 2020 13:18:19 -0500 Subject: [PATCH] Updated ReactController to process account_show from routes.rb MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit • Updated: - ReactController to process account_show from routes.rb --- 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 24ff71a4..10f7ff04 100644 --- a/app/controllers/react_controller.rb +++ b/app/controllers/react_controller.rb @@ -38,7 +38,7 @@ class ReactController < ApplicationController end def account_show - # : todo : + return process(:react) end private