Sprankelprachtig aan/afmeldsysteem

application_controller.rb 97B

1234
  1. class ApplicationController < ActionController::Base
  2. protect_from_forgery with: :exception
  3. end