spec/dummy/app/controllers/application_controller.rb in crowdblog-0.1.3 vs spec/dummy/app/controllers/application_controller.rb in crowdblog-0.2.0
- old
+ new
@@ -1,4 +1,2 @@
class ApplicationController < ActionController::Base
- protect_from_forgery
-
end