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

8 lines
100 B
Ruby
Raw Normal View History

module Import
module OTRS
module TicketFactory
extend Import::Factory
end
end
end