aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/rodauth_controller.rb
diff options
context:
space:
mode:
authorsadbeast <sadbeast@sadbeast.com>2024-01-31 17:47:56 -0800
committersadbeast <sadbeast@sadbeast.com>2024-01-31 17:47:56 -0800
commit332ec93366315fa1ed7b4acd7a3407c96e8ddfa7 (patch)
tree6ae553317f12a7a6a29c849c8805ffab96436dc2 /app/controllers/rodauth_controller.rb
downloadtd-332ec93366315fa1ed7b4acd7a3407c96e8ddfa7.tar.gz
td-332ec93366315fa1ed7b4acd7a3407c96e8ddfa7.tar.bz2
initial mistakeHEADmain
Diffstat (limited to 'app/controllers/rodauth_controller.rb')
-rw-r--r--app/controllers/rodauth_controller.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/controllers/rodauth_controller.rb b/app/controllers/rodauth_controller.rb
new file mode 100644
index 0000000..469db79
--- /dev/null
+++ b/app/controllers/rodauth_controller.rb
@@ -0,0 +1,4 @@
+class RodauthController < ApplicationController
+ # used by Rodauth for rendering views, CSRF protection, and running any
+ # registered action callbacks and rescue_from handlers
+end