1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Fix indentation

This commit is contained in:
Santiago Pastorino 2010-12-19 13:58:59 -02:00
parent 7b875953b8
commit 13e5a26dbb

View file

@ -26,9 +26,9 @@ module Rails
protected
def method_missing(*args, &block)
instance.send(*args, &block)
end
def method_missing(*args, &block)
instance.send(*args, &block)
end
end
end
end