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