Created
February 23, 2018 09:53
-
-
Save Epigene/2ba71e80bc257d29dd63c0ee0b2e0d09 to your computer and use it in GitHub Desktop.
An example of a service class code created by a rails service generator
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 V1 | |
module Api | |
class TestService | |
# This service TODO | |
def initialize | |
end | |
def call | |
end | |
end | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment