Files
habitica/app/controllers/application_controller.rb
T
Tyler Renelle ad20410a0e initial commit
2012-01-31 22:57:22 -05:00

4 lines
80 B
Ruby

class ApplicationController < ActionController::Base
protect_from_forgery
end