Class: Orchestrator::Base

Inherits:
ActionController::Base
  • Object
show all
Defined in:
app/controllers/orchestrator/base.rb

Direct Known Subclasses

ApiController

Instance Method Summary collapse

Instance Method Details

#optionsObject

This is a preflight OPTIONS request



13
14
15
# File 'app/controllers/orchestrator/base.rb', line 13

def options
    render nothing: true
end