5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-06-02 05:54:17 +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
module ActiveStorage
module Service
class Service
# Sube los archivos a cada repositorio y los agrega al LFS de su
# repositorio git.
#

View file

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