about summary refs log tree commit diff stats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/routes.rb1
-rw-r--r--config/schedule.rb3
2 files changed, 0 insertions, 4 deletions
diff --git a/config/routes.rb b/config/routes.rb index 89520c0..42158c9 100644 --- a/config/routes.rb +++ b/config/routes.rb
@@ -82,5 +82,4 @@ Rails.application.routes.draw do
82 end 82 end
83 83
84 mount Pokeviewer::Engine => '/poke3' 84 mount Pokeviewer::Engine => '/poke3'
85 mount Wittle::Engine => '/wittle'
86end 85end
diff --git a/config/schedule.rb b/config/schedule.rb index 987b14a..e69de29 100644 --- a/config/schedule.rb +++ b/config/schedule.rb
@@ -1,3 +0,0 @@
1every 1.day, at: "12:00am" do
2 rake "wittle:generate_puzzles"
3end