Class: Tt::Api::V1::SplitConfigsController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/tt/api/v1/split_configs_controller.rb

Instance Method Summary collapse

Instance Method Details

#createObject



2
3
4
# File 'app/controllers/tt/api/v1/split_configs_controller.rb', line 2

def create
  head :no_content
end

#destroyObject



6
7
8
# File 'app/controllers/tt/api/v1/split_configs_controller.rb', line 6

def destroy
  head :no_content
end