/app/controllers/application_controller.rb
Ruby | 3 lines | 3 code | 0 blank | 0 comment | 0 complexity | 843d3b66fcf01762ba2613b64d18b316 MD5 | raw file
1class ApplicationController < ActionController::Base
2 protect_from_forgery
3end
1class ApplicationController < ActionController::Base
2 protect_from_forgery
3end