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

#createObject



26
27
28
# File 'app/controllers/service_controller/base.rb', line 26

def create
  perform
end

#newObject



24
# File 'app/controllers/service_controller/base.rb', line 24

def new; end