spec/dummy/app/controllers/application_controller.rb in daengine-0.1.2 vs spec/dummy/app/controllers/application_controller.rb in daengine-0.1.3

- old
+ new

@@ -1,3 +1,3 @@ -class ApplicationController < ActionController::Base - protect_from_forgery -end +class ApplicationController < ActionController::Base + protect_from_forgery +end