Skip to content

Instantly share code, notes, and snippets.

@sirramongabriel
Created January 16, 2020 23:32
Show Gist options
  • Save sirramongabriel/492144008db4cf73c7d9d7ce5c7eab92 to your computer and use it in GitHub Desktop.
Save sirramongabriel/492144008db4cf73c7d9d7ce5c7eab92 to your computer and use it in GitHub Desktop.
class ApplicationService
def self.call(*args, &block)
new(*args, &block).call
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment