# File lib/action_controller/metal/request_forgery_protection.rb, line 89
      def protect_from_forgery(options = {})
        self.request_forgery_protection_token ||= :authenticity_token
        before_filter :verify_authenticity_token, options
      end