summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--rails/app/controllers/lingo/application_controller.rb1
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 @@
1module Lingo 1module Lingo
2 class ApplicationController < ActionController::Base 2 class ApplicationController < ActionController::Base
3 protect_from_forgery with: :exception
3 end 4 end
4end 5end