lib/engine2/action/save.rb in engine2-1.0.8 vs lib/engine2/action/save.rb in engine2-1.0.9
- old
+ new
@@ -1,10 +1,9 @@
# coding: utf-8
# frozen_string_literal: true
module Engine2
-
class SaveAction < Action
include ActionSaveSupport
end
class InsertAction < SaveAction
@@ -24,7 +23,6 @@
class StarToManyFieldUpdateAction < UpdateAction
self.validate_only = true
action_type :star_to_many_field_approve
end
-
end