Module: Panda::Core::Engine::AutoloadConfig

Extended by:
ActiveSupport::Concern
Included in:
Panda::Core::Engine
Defined in:
lib/panda/core/engine/autoload_config.rb

Constant Summary collapse

AUTOLOAD_DIRECTORIES =

Custom autoload paths for panda-core Note: Must be Strings (not Pathnames) for Rails 8.1.2+ compatibility

%w[
  app/builders
  app/components
  app/services
  app/models
  app/helpers
  app/constraints
].freeze