You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm disabling auto refreshing despite it being cool because...
omg… this bug is so stupid. so we auto refresh reimbursements report
pages:
```
<%= turbo_stream_from @report %>
<% turbo_refreshes_with method: :morph, scroll: :preserve %>
```
which was great and all. and it didn’t matter until, for tasks, we added
`touch: true`:
```
belongs_to :receiptable, polymorphic: true, optional: true, touch: true
```
turbo makes my brain hurt.
0 commit comments