mirror of
https://github.com/internetee/registry.git
synced 2025-06-03 03:07:28 +02:00
5 lines
94 B
Ruby
5 lines
94 B
Ruby
class ApplicationService
|
|
def self.call(*args, &block)
|
|
new(*args, &block).call
|
|
end
|
|
end
|