Sha256: 804c5ddaf65016347e4ce252d060e761bd53b091f59b279fb649337725ac5d27
Contents?: true
Size: 555 Bytes
Versions: 4
Compression:
Stored size: 555 Bytes
Contents
module Rao module Api module ResourcesController class Base < Rao::Api::ResourcesController::Configuration.resources_controller_base_class_name.constantize include RestActionsConcern include ResourcesConcern include SerializationConcern include CountActionConcern include DestroyAllActionConcern include DeleteAllActionConcern include FirstActionConcern include LastActionConcern include ExceptionHandlingConcern include SortingConcern end end end end
Version data entries
4 entries across 4 versions & 1 rubygems