hicknhack-software/rails-disco

View on GitHub
active_event/lib/active_event/autoload.rb

Summary

Maintainability
A
0 mins
Test Coverage
module ActiveEvent
  module Autoload
    include ActiveEvent::Support::Autoload

    private

    def self.dir_names
      %w(app/commands app/validations app/events)
    end
  end
end