mirror of
https://github.com/internetee/registry.git
synced 2025-06-10 14:44:47 +02:00
Add show action
This commit is contained in:
parent
0ab9f6333f
commit
b33ad0d4e8
4 changed files with 28 additions and 8 deletions
|
@ -36,7 +36,7 @@ module DomainNameRegistry
|
|||
config.i18n.default_locale = :en
|
||||
|
||||
config.paths.add File.join('app', 'api'), glob: File.join('**', '*.rb')
|
||||
config.autoload_paths += Dir[Rails.root.join('app', 'api', '*')]
|
||||
# config.autoload_paths += Dir[Rails.root.join('app', 'api', '*')]
|
||||
|
||||
# Autoload all model subdirs
|
||||
config.autoload_paths += Dir[Rails.root.join('app', 'models', '**/')]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue