greenlight/app/controllers/application_controller.rb
Jesus Federico a15bf5b3a9 first commit
2016-10-13 17:30:58 +00:00

4 lines
97 B
Ruby

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