Dispatches the "turbolinks:render" event after rendering.
This can be useful for event listeners that rely on this instead of/ in addition to "turbolinks:load".
I've created a callback that goes into the delegate object. I don't know the internals of Turbolinks, but it seemed like the correct place to go, based on your code.
Dispatches the "turbolinks:render" event after rendering. This can be useful for event listeners that rely on this instead of/ in addition to "turbolinks:load".
I've created a callback that goes into the delegate object. I don't know the internals of Turbolinks, but it seemed like the correct place to go, based on your code.