File: application_controller.rb

package info (click to toggle)
ruby-openid 2.7.0debian-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 1,976 kB
  • ctags: 2,225
  • sloc: ruby: 16,740; xml: 219; sh: 24; makefile: 2
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