factory.rb 164 B

123456789
  1. module Import
  2. module Factory
  3. include Import::BaseFactory
  4. # rubocop:disable Style/ModuleFunction
  5. extend self
  6. alias import import_action
  7. end
  8. end