File: application_controller.rb

package info (click to toggle)
ruby-invisible-captcha 2.3.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 384 kB
  • sloc: ruby: 717; makefile: 6
file content (3 lines) | stat: -rw-r--r-- 80 bytes parent folder | download | duplicates (61)
1
2
3
class ApplicationController < ActionController::Base
  protect_from_forgery
end