mirror of
https://github.com/internetee/registry.git
synced 2025-05-16 17:37:17 +02:00
Routes fix
This commit is contained in:
parent
db77334711
commit
ea51bb50b2
3 changed files with 6 additions and 7 deletions
|
@ -30,8 +30,6 @@ module Registry
|
|||
config.paths.add File.join('app', 'api'), glob: File.join('**', '*.rb')
|
||||
config.autoload_paths += Dir[Rails.root.join('app', 'api', '*')]
|
||||
|
||||
config.autoload_paths << Rails.root.join('lib')
|
||||
|
||||
# Active Record used to suppresses errors raised within
|
||||
# `after_rollback`/`after_commit` callbacks and only printed them to the logs.
|
||||
# In the next version, these errors will no longer be suppressed.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue