From 5e62e771bf14f58dd1622d2e3631309caa201349 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Sat, 16 Sep 2017 18:46:55 -0400 Subject: Initial commit --- app/controllers/pokeviewer/application_controller.rb | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 app/controllers/pokeviewer/application_controller.rb (limited to 'app/controllers') diff --git a/app/controllers/pokeviewer/application_controller.rb b/app/controllers/pokeviewer/application_controller.rb new file mode 100644 index 0000000..7f6b42c --- /dev/null +++ b/app/controllers/pokeviewer/application_controller.rb @@ -0,0 +1,5 @@ +module Pokeviewer + class ApplicationController < ActionController::Base + protect_from_forgery with: :exception + end +end -- cgit 1.4.1