module PgParty
  module Model
    module ListMethods
      ruby2_keywords def create_partition(*args)
        PgParty::ModelDecorator.new(self).create_list_partition(*args)