mirror of
https://github.com/internetee/registry.git
synced 2025-05-16 17:37:17 +02:00
Add style for registrar portal
This commit is contained in:
parent
63f73a8f24
commit
a3cb7aed41
28 changed files with 1479 additions and 19 deletions
|
@ -29,7 +29,7 @@ module Registry
|
|||
|
||||
config.paths.add File.join('app', 'api'), glob: File.join('**', '*.rb')
|
||||
config.autoload_paths += Dir[Rails.root.join('app', 'api', '*')]
|
||||
|
||||
|
||||
# Load all model subdirs
|
||||
config.autoload_paths += Dir[Rails.root.join('app', 'models', '**/')]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue