test_app/app/controllers/application_controller.rb in opal-rails-0.6.3 vs test_app/app/controllers/application_controller.rb in opal-rails-0.7.0.beta1
- old
+ new
@@ -1,6 +1,6 @@
class ApplicationController < ActionController::Base
- protect_from_forgery
+ # protect_from_forgery
def index
end
def with_assignments