spec/dummy/app/controllers/application_controller.rb in stackable_flash-0.0.7 vs spec/dummy/app/controllers/application_controller.rb in stackable_flash-0.1.1

- old
+ new

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