af83/chouette-core

View on GitHub
app/services/application_service.rb

Summary

Maintainability
A
0 mins
Test Coverage
class ApplicationService
    def self.call(*args, &block)
        new(*args, &block).call
    end
end