aaronmallen/activeinteractor

View on GitHub
lib/rails/generators/active_interactor.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

Dir[File.expand_path('active_interactor/*.rb', __dir__)].sort.each { |file| require file }
Dir[File.expand_path('interactor/context/*.rb', __dir__)].sort.each { |file| require file }
Dir[File.expand_path('interactor/*.rb', __dir__)].sort.each { |file| require file }