about summary refs log tree commit diff
path: root/app/controllers/application_controller.rb
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2021-09-14 23:34:39 -0400
committerBen Harris <ben@tilde.team>2021-09-14 23:34:39 -0400
commitf9ea5e999a298f658ef7fb2abc7c13ba3ca412cb (patch)
tree091233c6f148f976433e0193868d3a1f1fa2f06e /app/controllers/application_controller.rb
parentd32e71077cb5a874c69edfc8db77b272a1388623 (diff)
fix turbo redirects
Diffstat (limited to 'app/controllers/application_controller.rb')
-rw-r--r--app/controllers/application_controller.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb
index 09705d1..c8be53e 100644
--- a/app/controllers/application_controller.rb
+++ b/app/controllers/application_controller.rb
@@ -1,2 +1,3 @@
 class ApplicationController < ActionController::Base
+  include Turbo::Redirection
 end