Module: ServiceController::Base::RestActions
- Extended by:
- ActiveSupport::Concern
- Included in:
- ServiceController::Base
- Defined in:
- app/controllers/service_controller/base.rb
Instance Method Summary collapse
Instance Method Details
#create ⇒ Object
26 27 28 |
# File 'app/controllers/service_controller/base.rb', line 26 def create perform end |
#new ⇒ Object
24 |
# File 'app/controllers/service_controller/base.rb', line 24 def new; end |