vol1ura/Sat_9am_5km

View on GitHub
app/services/application_service.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

class ApplicationService
  def self.call(...)
    new(...).call
  end
end