1 2 3 4 5 6 7
class ServiceHook < WebHook belongs_to :service def execute(data) super(data, 'service_hook') end end