Files
openfoodnetwork/engines/web/app/controllers/web/application_controller.rb
luisramos0 d170a4d489 New domain Web (rails engine) with the following features extracted from the main app:
- cookies banner
- cookies policy page
- cookies policy and privacy policy links in the footer
2018-09-17 16:05:32 +01:00

6 lines
118 B
Ruby

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