Skip to content

Instantly share code, notes, and snippets.

@Epigene
Created February 23, 2018 09:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Epigene/2ba71e80bc257d29dd63c0ee0b2e0d09 to your computer and use it in GitHub Desktop.
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
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