mirror of
https://github.com/internetee/registry.git
synced 2025-07-02 17:23:34 +02:00
cleanup readme
This commit is contained in:
parent
1054a3d2ba
commit
4d46e0b0a0
1 changed files with 3 additions and 2 deletions
|
@ -30,8 +30,9 @@ module Registry
|
|||
config.paths.add File.join('app', 'api'), glob: File.join('**', '*.rb')
|
||||
config.autoload_paths += Dir[Rails.root.join('app', 'api', '*')]
|
||||
|
||||
# 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.
|
||||
# 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.
|
||||
# Instead, the errors will propagate normally just like in other Active Record callbacks.
|
||||
config.active_record.raise_in_transactional_callbacks = true
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue