Skip to content

Commit 4980bf5

Browse files
authored
Avoid LoadError when using rake (#77)
Previously it wasn't even possible to list the rake tasks, because this `rails/tasks/statistics.rake` file does not exist. It was added in a very large initial commit [1] which doesn't mention it in the commit note, so I have no idea what its origins are. [1]: 79600c9
2 parents b7771ee + 5f18d11 commit 4980bf5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Rakefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,4 @@
22

33
require 'bundler/setup'
44

5-
load 'rails/tasks/statistics.rake'
6-
75
require 'bundler/gem_tasks'

0 commit comments

Comments
 (0)