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