Files
railsgoat/app/controllers/application_controller.rb
T
Ken Johnson dafe2a5f4a first commit
2013-03-19 17:27:18 -04:00

4 lines
80 B
Ruby

class ApplicationController < ActionController::Base
protect_from_forgery
end