Files
old-izreke/app/controllers/application_controller.rb
Senad Uka 000c824f6b gitignore
2016-09-03 08:53:39 +02:00

4 lines
97 B
Ruby

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