PageRenderTime 153ms CodeModel.GetById 50ms app.highlight 25ms RepoModel.GetById 2ms app.codeStats 0ms

/app/controllers/application_controller.rb

https://bitbucket.org/opus85/rottentomatoes
Ruby | 3 lines | 3 code | 0 blank | 0 comment | 0 complexity | 843d3b66fcf01762ba2613b64d18b316 MD5 | raw file
1class ApplicationController < ActionController::Base
2  protect_from_forgery
3end