From 5581530930129d7854ed5d99d058939ad9c790c2 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Sat, 24 Jun 2017 14:20:22 -0400 Subject: Initial commit --- app/controllers/application_controller.rb | 3 +++ app/controllers/concerns/.keep | 0 2 files changed, 3 insertions(+) create mode 100644 app/controllers/application_controller.rb create mode 100644 app/controllers/concerns/.keep (limited to 'app/controllers') diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb new file mode 100644 index 0000000..1c07694 --- /dev/null +++ b/app/controllers/application_controller.rb @@ -0,0 +1,3 @@ +class ApplicationController < ActionController::Base + protect_from_forgery with: :exception +end diff --git a/app/controllers/concerns/.keep b/app/controllers/concerns/.keep new file mode 100644 index 0000000..e69de29 -- cgit 1.4.1