Files
selfstarter/app/controllers/application_controller.rb
Jarred Sumner 4b169b02fb Initial Commit
2012-10-11 12:30:08 -07:00

4 lines
80 B
Ruby

class ApplicationController < ActionController::Base
protect_from_forgery
end