Tidied whitespace
[feedcatcher.git] / app / controllers / application_controller.rb
index 840f64a869d8e9f56d14c3ccb01bf4edab74f199..edcea80d3fc2098d36c2d2bd307036f63222aacf 100644 (file)
@@ -1,6 +1,7 @@
 class ApplicationController < ActionController::Base
   # Prevent CSRF attacks by raising an exception.
   # For APIs, you may want to use :null_session instead.
+  
   # protect_from_forgery with: :exception
   protect_from_forgery with: :null_session
 end