From 3751f73edf3c3ba32f7fdb2b3f81b51a0033eefd Mon Sep 17 00:00:00 2001 From: HombreLaser Date: Tue, 14 Mar 2023 20:22:31 -0600 Subject: Mueve skip_before_action a clase padre --- app/controllers/api/products_controller.rb | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 app/controllers/api/products_controller.rb (limited to 'app/controllers/api/products_controller.rb') diff --git a/app/controllers/api/products_controller.rb b/app/controllers/api/products_controller.rb new file mode 100644 index 0000000..cf542d4 --- /dev/null +++ b/app/controllers/api/products_controller.rb @@ -0,0 +1,7 @@ +# frozen_string_literal: true + +module Api + # ProductsController + class ProductsController + end +end -- cgit v1.2.3