summaryrefslogtreecommitdiff
path: root/app/controllers
diff options
context:
space:
mode:
authorHombreLaser <sebastian-440@live.com>2023-02-20 19:53:50 -0600
committerHombreLaser <sebastian-440@live.com>2023-02-20 19:53:50 -0600
commit78644d412df7274072e3a3d4ad0873437554781b (patch)
treed73f29f19790f7dde2023974e47610f8c4f07f7a /app/controllers
parent9aa71bb4bfa345da9514bf6bb251985af0b8758e (diff)
Añade unsafe autocorrects de rubocop
Diffstat (limited to 'app/controllers')
-rw-r--r--app/controllers/application_controller.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb
index 4ac8823..13c271f 100644
--- a/app/controllers/application_controller.rb
+++ b/app/controllers/application_controller.rb
@@ -1,2 +1,4 @@
+# frozen_string_literal: true
+
class ApplicationController < ActionController::API
end