提交 077f65c3 编写于 作者: J José Valim

Merge pull request #1588 from neerajdotname/remove_unused_class_with_symbol_returning

class WithSymbolReturningString is not used anywhere in the test.
......@@ -87,18 +87,6 @@ def hello
end
end
class WithSymbolReturningString < Base
layout :no_hello
def index
render :template => ActionView::Template::Text.new("Hello missing symbol!")
end
private
def no_hello
nil
end
end
class WithSymbolReturningNil < Base
layout :nilz
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册