Files
containers/bitnami/ruby/example/app/controllers/application_controller.rb
2017-10-26 08:49:37 +00:00

4 lines
97 B
Ruby

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