trabajo-afectivo/lib/import/otrs/customer_factory.rb

8 lines
102 B
Ruby
Raw Normal View History

module Import
module OTRS
module CustomerFactory
extend Import::Factory
end
end
end