Class: Bitsy::V1::TruncationsController

Inherits:
ApplicationController show all
Defined in:
app/controllers/bitsy/v1/truncations_controller.rb

Instance Method Summary collapse

Instance Method Details

#createObject



5
6
7
# File 'app/controllers/bitsy/v1/truncations_controller.rb', line 5

def create
  DatabaseCleaner.clean_with :truncation
end