diff options
author | Xavier Noria <fxn@hashref.com> | 2015-02-06 21:25:09 +0100 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2015-02-06 21:25:09 +0100 |
commit | bde5f345de919fc44a48082c732121f80768f045 (patch) | |
tree | 704cfb47fd501c5ac5619f59707ad41020020b4a /railties/lib | |
parent | 89a12c931b1f00b90e74afffcdc2fc21f14ca663 (diff) | |
download | rails-bde5f345de919fc44a48082c732121f80768f045.tar.gz rails-bde5f345de919fc44a48082c732121f80768f045.tar.bz2 rails-bde5f345de919fc44a48082c732121f80768f045.zip |
Remove reference to the now done documentation.rake
Diffstat (limited to 'railties/lib')
-rw-r--r-- | railties/lib/rails/tasks.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/railties/lib/rails/tasks.rb b/railties/lib/rails/tasks.rb index 2f82d1285d..945fbdb3e2 100644 --- a/railties/lib/rails/tasks.rb +++ b/railties/lib/rails/tasks.rb @@ -3,7 +3,6 @@ require 'rake' # Load Rails Rakefile extensions %w( annotations - documentation framework log middleware |