lib/table_sync/publishing/params/raw.rb in table_sync-6.0.4 vs lib/table_sync/publishing/params/raw.rb in table_sync-6.1.0
- old
+ new
@@ -1,7 +1,9 @@
# frozen_string_literal: true
module TableSync::Publishing::Params
class Raw < Batch
- # FOR NAMING CONSISTENCY
+ attribute :model_name
+
+ alias_method :object_class, :model_name
end
end