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

8 lines
98 B
Ruby
Raw Normal View History

module Import
module OTRS
module UserFactory
extend Import::Factory
end
end
end