Module: ServiceController::RestActions
- Extended by:
- ActiveSupport::Concern
- Included in:
- Base
- Defined in:
- app/concerns/service_controller/rest_actions.rb
Instance Method Summary collapse
Instance Method Details
#create ⇒ Object
19 20 21 |
# File 'app/concerns/service_controller/rest_actions.rb', line 19 def create perform end |
#new ⇒ Object
17 |
# File 'app/concerns/service_controller/rest_actions.rb', line 17 def new; end |