diff options
author | HombreLaser <sebastian-440@live.com> | 2023-03-14 20:22:31 -0600 |
---|---|---|
committer | HombreLaser <sebastian-440@live.com> | 2023-03-14 20:22:31 -0600 |
commit | 3751f73edf3c3ba32f7fdb2b3f81b51a0033eefd (patch) | |
tree | b895cac8b719fc0c92031333567c8b204411a4fe /app/controllers/api/products_controller.rb | |
parent | f1a92818bb0fc65c57c5dc30f06f4870c185ebaa (diff) |
Mueve skip_before_action a clase padre
Diffstat (limited to 'app/controllers/api/products_controller.rb')
-rw-r--r-- | app/controllers/api/products_controller.rb | 7 |
1 files changed, 7 insertions, 0 deletions
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 |