Module: Api::ServiceController::Base::Service
- Extended by:
- ActiveSupport::Concern
- Included in:
- Api::ServiceController::Base
- Defined in:
- app/controllers/api/service_controller/base.rb
Instance Method Summary collapse
Instance Method Details
#service_class ⇒ Object
57 58 59 |
# File 'app/controllers/api/service_controller/base.rb', line 57 def service_class self.class.service_class end |