Files
nemo_encoder/app/controllers/application_controller.rb
2017-01-19 14:18:29 +06:30

4 lines
97 B
Ruby

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