1
0
Fork 0
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:
José Valim 2013-08-31 14:58:40 -07:00
commit daf426291a

View file

@ -16,8 +16,6 @@ module Rails
def -(others)
_all - others
end
delegate :engines, to: "self.class"
end
end
end