Sha256: 299dadfef96bdd63d382b728cb9fa1fefbf6987bb1c5fabe8ecd4630cc0c82f9
Contents?: true
Size: 333 Bytes
Versions: 28
Compression:
Stored size: 333 Bytes
Contents
module Rao module Api module ServiceController class Base < Rao::Api::ServiceController::Configuration.service_controller_base_class_name.constantize include ServiceConcern include RestActionsConcern include SerializationConcern include ExceptionHandlingConcern end end end end
Version data entries
28 entries across 28 versions & 1 rubygems