walter/test/dummy/app/controllers/application_controller.rb
2016-11-17 16:22:27 -05:00

4 lines
97 B
Ruby

class ApplicationController < ActionController::Base
protect_from_forgery with: :exception
end