Configure dummy app, rake tasks, and travis

This commit is contained in:
Brandon Robins
2017-12-19 23:41:28 -06:00
parent 147189f862
commit fc78886d5b
10 changed files with 130 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
Rails.application.routes.draw do
calligraphy_resource :test
calligraphy_resource :webdav, resource_class: Calligraphy::FileResource
calligraphy_resource :webdav, resource_class: Calligraphy::FileResource, resource_root_path: File.expand_path('../../../../tmp/webdav', __FILE__)
end