/app/controllers/application_controller.rb

https://bitbucket.org/opus85/rottentomatoes · Ruby · 3 lines · 3 code · 0 blank · 0 comment · 0 complexity · 843d3b66fcf01762ba2613b64d18b316 MD5 · raw file

  1. class ApplicationController < ActionController::Base
  2. protect_from_forgery
  3. end