spec/dummy/app/controllers/application_controller.rb in draftsman-0.3.7 vs spec/dummy/app/controllers/application_controller.rb in draftsman-0.4.0
- old
+ new
@@ -12,9 +12,9 @@
trashable.draft_update
render nothing: true
end
def destroy
- Trashable.last.draft_destroy
+ Trashable.last.draft_destruction
render nothing: true
end
end