Created
January 16, 2020 23:32
-
-
Save sirramongabriel/492144008db4cf73c7d9d7ce5c7eab92 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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