Skip to content
Snippets Groups Projects
Commit 83e2e624 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Mention methods that should be implemented inside service

parent 54d04532
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -28,15 +28,23 @@ class Service < ActiveRecord::Base
end
 
def title
# implement inside child
end
 
def description
# implement inside child
end
 
def to_param
# implement inside child
end
 
def fields
# implement inside child
[]
end
def execute
# implement inside child
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment