BigW Consortium Gitlab

Commit 83e2e624 by Dmitriy Zaporozhets

Mention methods that should be implemented inside service

parent 54d04532
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment