Class: ApplicationService

Inherits:
Object
  • Object
show all
Defined in:
app/services/application_service.rb

Class Method Summary collapse

Class Method Details

.call(*args, &block) ⇒ Object



4
5
6
# File 'app/services/application_service.rb', line 4

def self.call(*args, &block)
  new(*args, &block).call
end