diff options
Diffstat (limited to 'app/controllers/rodauth_controller.rb')
-rw-r--r-- | app/controllers/rodauth_controller.rb | 4 |
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 |