mirror of
https://github.com/internetee/registry.git
synced 2025-07-22 18:56:05 +02:00
Move interactor from Interactor gem to ActiveInteraction
This commit is contained in:
parent
3c7fa88463
commit
bce39e3404
17 changed files with 70 additions and 65 deletions
|
@ -36,6 +36,7 @@ module DomainNameRegistry
|
|||
|
||||
# Autoload all model subdirs
|
||||
config.autoload_paths += Dir[Rails.root.join('app', 'models', '**/')]
|
||||
config.autoload_paths += Dir[Rails.root.join('app', 'interactions', '**/')]
|
||||
config.eager_load_paths << config.root.join('lib', 'validators')
|
||||
config.watchable_dirs['lib'] = %i[rb]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue