Skip to content

Commit a2b61a0

Browse files
committed
Changing that back
1 parent 248e01f commit a2b61a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/services/cms/providers/strapi/factories/component_factory.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def self.process_component(strapi_data)
2323
when "content-blocks"
2424
ContentBlockFactory.generate_component(name, strapi_data)
2525
when "email-content"
26-
EmailComponentFactory.generate_component(name, strapi_data)
26+
EmailContentFactory.generate_component(name, strapi_data)
2727
end
2828
end
2929
end

app/services/cms/providers/strapi/factories/email_component_factory.rb renamed to app/services/cms/providers/strapi/factories/email_content_factory.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module Cms
22
module Providers
33
module Strapi
44
module Factories
5-
module EmailComponentFactory
5+
module EmailContentFactory
66
include BaseFactory
77
def self.generate_component(component_name, strapi_data)
88
case component_name

0 commit comments

Comments
 (0)