Class: Tt::Api::V1::ResetsController

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

Instance Method Summary collapse

Instance Method Details

#updateObject



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

def update
  TestTrack::FakeServer.reset!(seed)
  head :no_content
end