Files
old-izreke/app/controllers/application_controller.rb
2016-09-08 09:59:42 +02:00

7 lines
124 B
Ruby

class ApplicationController < ActionController::Base
protect_from_forgery with: :exception
layout 'application'
end