1 2 3 4 5 6 7
module Commits class CherryPickService < ChangeService def commit commit_change(:cherry_pick) end end end