5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-16 22:46:23 +00:00

eran clases

This commit is contained in:
f 2022-03-05 20:08:55 -03:00
parent 69e7df4c31
commit 15e978c877
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
# frozen_string_literal: true # frozen_string_literal: true
module ActiveStorage module ActiveStorage
module Service class Service
# Sube los archivos a cada repositorio y los agrega al LFS de su # Sube los archivos a cada repositorio y los agrega al LFS de su
# repositorio git. # repositorio git.
# #

View file

@ -1,7 +1,7 @@
# frozen_string_literal: true # frozen_string_literal: true
module ActiveStorage module ActiveStorage
module Service class Service
# Modificaciones a ActiveStorage::Service::Registry # Modificaciones a ActiveStorage::Service::Registry
module RegistryDecorator module RegistryDecorator
extend ActiveSupport::Concern extend ActiveSupport::Concern