Merge pull request #33287 from albertoalmagro/remove-old-todo-generator

Remove old TODO comment

[ci skip]
This commit is contained in:
Ryuta Kamizono 2018-07-04 09:14:55 +09:00 committed by GitHub
commit d6703f7e39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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