Sha256: f8c658680660d9afda10ff8832371362fcc2ce104f1338782bad9e4806c6c800
Contents?: true
Size: 177 Bytes
Versions: 7
Compression:
Stored size: 177 Bytes
Contents
class CarrierRequestController < ActionController::Base include DiscoApp::Concerns::CarrierRequestController def rates render json: { rates: [] } end end
Version data entries
7 entries across 7 versions & 1 rubygems