test/dummy/app/controllers/application_controller.rb in attached-1.0.0 vs test/dummy/app/controllers/application_controller.rb in attached-1.0.1

- old
+ new

@@ -1,3 +1,3 @@ class ApplicationController < ActionController::Base - protect_from_forgery + protect_from_forgery :with => :exception end