diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2022-12-10 12:18:27 -0500 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2022-12-10 12:18:27 -0500 |
commit | 1c81b5247d9359695e0e048844c003d3587e4d82 (patch) | |
tree | f7834d7595485d670eef06d9473d42be9dade142 /rails/app | |
parent | 0b4d3fbc200e646eed48a1a919dde9ee03678688 (diff) | |
download | lingo-1c81b5247d9359695e0e048844c003d3587e4d82.tar.gz lingo-1c81b5247d9359695e0e048844c003d3587e4d82.tar.bz2 lingo-1c81b5247d9359695e0e048844c003d3587e4d82.zip |
This might be required?
Diffstat (limited to 'rails/app')
-rw-r--r-- | rails/app/controllers/lingo/application_controller.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rails/app/controllers/lingo/application_controller.rb b/rails/app/controllers/lingo/application_controller.rb index 33f4567..08b728f 100644 --- a/rails/app/controllers/lingo/application_controller.rb +++ b/rails/app/controllers/lingo/application_controller.rb | |||
@@ -1,4 +1,5 @@ | |||
1 | module Lingo | 1 | module Lingo |
2 | class ApplicationController < ActionController::Base | 2 | class ApplicationController < ActionController::Base |
3 | protect_from_forgery with: :exception | ||
3 | end | 4 | end |
4 | end | 5 | end |