We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c084d81 commit 32cfc72Copy full SHA for 32cfc72
app/services/cms/providers/strapi/factories/component_factory.rb
@@ -23,7 +23,7 @@ def self.process_component(strapi_data)
23
when "content-blocks"
24
ContentBlockFactory.generate_component(name, strapi_data)
25
when "email-content"
26
- EmailComponentFactory.generate_component(name, strapi_data)
+ EmailContentFactory.generate_component(name, strapi_data)
27
end
28
29
app/services/cms/providers/strapi/factories/email_component_factory.rb renamed to app/services/cms/providers/strapi/factories/email_content_factory.rb
@@ -2,7 +2,7 @@ module Cms
2
module Providers
3
module Strapi
4
module Factories
5
- module EmailComponentFactory
+ module EmailContentFactory
6
include BaseFactory
7
def self.generate_component(component_name, strapi_data)
8
case component_name
0 commit comments