Class: Tt::Api::V1::ResetsController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- Tt::Api::V1::ResetsController
- Defined in:
- app/controllers/tt/api/v1/resets_controller.rb
Instance Method Summary collapse
Instance Method Details
#update ⇒ Object
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 |