You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.