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

8 lines
101 B
Ruby
Raw Normal View History

module Import
module OTRS
module ArticleFactory
extend Import::Factory
end
end
end