Sha256: 0188aa53dc12ab59eedb3aa30c6aeab1e954e161d2d092364a4c744b635b2a61
Contents?: true
Size: 158 Bytes
Versions: 7
Compression:
Stored size: 158 Bytes
Contents
## # Standard application controller. class ApplicationController < ActionController::API rescue_from Dry::Struct::Error do head :bad_request end end
Version data entries
7 entries across 7 versions & 1 rubygems