1 2 3 4 5 6 7
module DeployKeys class CreateService < Keys::BaseService def execute DeployKey.create(params.merge(user: user)) end end end