mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 20:26:22 +00:00
eran clases
This commit is contained in:
parent
69e7df4c31
commit
15e978c877
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||||
#
|
#
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue