Skip to content
chrisroberts edited this page Nov 1, 2010 · 1 revision

FAQ

1. I get the error: uninitialized constant DAV4Rack::Interceptor (NameError)
Make sure to require 'dav4rack/interceptor' before using the Interceptor, it is not loaded with the gem.

2. I get the error: uninitialized constant Pmp::Application::FileResource (NameError)
Make sure to require 'dav4rack/file_resource' before using the FileResource, it is not loaded with the gem.