Open lazyorcas opened 11 months ago
I think because data: { turbo: false } is in both sessions/new.html.erb and sessions/show.html.erb.
data: { turbo: false }
sessions/new.html.erb
sessions/show.html.erb
Well tested PRs welcome.
@lazyorcas Have you tried to customize the default views? That might solve your problem.
I think because
data: { turbo: false }
is in bothsessions/new.html.erb
andsessions/show.html.erb
.