Last active
September 11, 2020 14:54
-
-
Save arefaslani/86f695a7fc5cdcb9971a10a454fac7e6 to your computer and use it in GitHub Desktop.
Medium 702687394e3d-basic-api
This file contains hidden or 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
module Posts | |
class Create | |
def self.call(params) | |
# Method body | |
end | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment