Updated ReactController to process account_show from routes.rb

• Updated:
- ReactController to process account_show from routes.rb
This commit is contained in:
mgabdev 2020-12-24 13:18:19 -05:00
parent 2c51a177f1
commit 47dbe64df1
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ class ReactController < ApplicationController
end
def account_show
# : todo :
return process(:react)
end
private