Gudao Luo
Results
2
comments of
Gudao Luo
https://gist.github.com/lukestanley/d0daa98c86168971476f7d78ee840beb
comment the three files with the code ":dnsbl_check". ``` class AdminController < ApplicationController layout 'default' cache_sweeper :web_sweeper # before_filter :dnsbl_check ``` ``` class FileController < ApplicationController layout 'default' before_filter :check_authorized...