From a04728ebd1832f1d25769b698d2c56adb33a8076 Mon Sep 17 00:00:00 2001 From: Richard Fernando Heise Ferreira <rfhf19@inf.ufpr.br> Date: Mon, 27 Jun 2022 11:54:46 -0300 Subject: [PATCH] Initial develop commit --- config/application.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/config/application.rb b/config/application.rb index d4b616aa5..a045b9cac 100644 --- a/config/application.rb +++ b/config/application.rb @@ -17,7 +17,6 @@ # You should have received a copy of the GNU Affero General Public License # along with portalmec. If not, see <http://www.gnu.org/licenses/>. -# Here [27/06/2022] require_relative 'boot' require 'rails' -- GitLab