diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index 39fa1cb..a0ef5cf 100755 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -4,7 +4,7 @@ class ApplicationController < ActionController::Base helper_method :current_user, :is_admin? # Our security guy keep talking about sea-surfing, cool story bro. - protect_from_forgery + # protect_from_forgery private