mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #12097 from kassio/remove-unused-delegate-on-railtie
Remove unused delegate
This commit is contained in:
commit
daf426291a
1 changed files with 0 additions and 2 deletions
|
@ -16,8 +16,6 @@ module Rails
|
|||
def -(others)
|
||||
_all - others
|
||||
end
|
||||
|
||||
delegate :engines, to: "self.class"
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue