lib/jets/cfn/builders/shared_builder.rb in jets-3.2.2 vs lib/jets/cfn/builders/shared_builder.rb in jets-4.0.0

- old
+ new

@@ -6,9 +6,9 @@ @template = builder.template # overwrite entire @template end # template_path is an interface method for Interface module def template_path - Jets::Naming.shared_template_path(@app_class) + Jets::Names.shared_template_path(@app_class) end end end