Sha256: f6e861741b3e4211c42d87b4dbdfc122af728abb103b6df73bbf883f26fa75ad
Contents?: true
Size: 340 Bytes
Versions: 315
Compression:
Stored size: 340 Bytes
Contents
module ForestLiana class StripeBaseGetter < IntegrationBaseGetter private def field ForestLiana.integrations[:stripe][:mapping].select { |value| value.split('.')[0] == ForestLiana::SchemaUtils .find_model_from_collection_name(@params[:collection]).try(:name) }.first.split('.')[1] end end end
Version data entries
315 entries across 315 versions & 1 rubygems