Adding resources (imported from old toolshare)
This commit is contained in:
@@ -8,6 +8,7 @@ Dooraccess::Application.routes.draw do
|
||||
match 'paypal_csvs/:id/link' => 'paypal_csvs#link', :as => :link_paypal_csv
|
||||
|
||||
resources :payments
|
||||
resources :resources
|
||||
|
||||
match 'statistics' => 'statistics#index', :as => :statistics
|
||||
match 'statistics/mac_log' => 'statistics#mac_log', :as => :mac_statistics
|
||||
|
||||
2
config/s3.yml.example
Normal file
2
config/s3.yml.example
Normal file
@@ -0,0 +1,2 @@
|
||||
access_key_id: YOUR_PUBLIC_ACCESS_KEY
|
||||
secret_access_key: YOUR_SECRET_ACCESS_KEY
|
||||
Reference in New Issue
Block a user