Hi, Is there a particular reason why the processor lookup code in ETL::Control::Context::transform uses the classify method instead of camelize ??
The code in question is: (line 123 in etl/control/control.rb) class_name = "#{transformer.to_s.classify}Transform" The problem is that if you define a custom transformer like let's say "TagsTransform", when you try to invoke it using transform :thefield, :tags the controller will try to invoke the "TagTransform" class instead of "TagsTransform". Thanks, Colin.
_______________________________________________ Activewarehouse-discuss mailing list Activewarehouse-discuss@rubyforge.org http://rubyforge.org/mailman/listinfo/activewarehouse-discuss