fix(Rails.ujs): missing Rails.start
This commit is contained in:
parent
a2ad8b2a35
commit
22ab2a258c
1 changed files with 3 additions and 0 deletions
|
@ -60,6 +60,9 @@ const DS = {
|
|||
|
||||
// Start Rails helpers
|
||||
ActiveStorage.start();
|
||||
if (!window._rails_loaded) {
|
||||
Rails.start();
|
||||
}
|
||||
Turbo.session.drive = false;
|
||||
|
||||
// Expose globals
|
||||
|
|
Loading…
Add table
Reference in a new issue