require 'file_permissions' # Different webservers will require different hacks to convince them to let the # file requests we're interested in through to the Rails controllers. if Object.const_defined?(:Mongrel) require 'file_permissions/mongrel' end