Remove `joinable: false` by wata727 · Pull Request #156 · kufu/activerecord-bitemporal
Active Record transaction(joinable: false) is a private API and should not be used. If you use this, there is a problem with callbacks such as after_commit being invoked before the commit. # frozen...