aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlberto Almagro <albertoalmagro@gmail.com>2018-07-03 23:23:35 +0200
committerAlberto Almagro <albertoalmagro@gmail.com>2018-07-04 00:16:12 +0200
commitd9868d9b61864b00a6535ea0202e9cae7a96c994 (patch)
tree55a141cae6ddb0bee267a349e4849f26724e26a1
parentcfc48d0b5f363cc880237d2e25598c64c9eb8400 (diff)
downloadrails-d9868d9b61864b00a6535ea0202e9cae7a96c994.tar.gz
rails-d9868d9b61864b00a6535ea0202e9cae7a96c994.tar.bz2
rails-d9868d9b61864b00a6535ea0202e9cae7a96c994.zip
Remove old TODO comment
This TODO comment has been here more than 7 years and doesn't seem to be a temporary implementation anymore.
-rw-r--r--railties/lib/rails/generators/rails/app/app_generator.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/railties/lib/rails/generators/rails/app/app_generator.rb b/railties/lib/rails/generators/rails/app/app_generator.rb
index 9d6bc9c76a..76dbfadc0e 100644
--- a/railties/lib/rails/generators/rails/app/app_generator.rb
+++ b/railties/lib/rails/generators/rails/app/app_generator.rb
@@ -21,7 +21,6 @@ module Rails
RUBY
end
- # TODO: Remove once this is fully in place
def method_missing(meth, *args, &block)
@generator.send(meth, *args, &block)
end