提交 891392a1 编写于 作者: A Alexey Vakhov

Remove obsolete reader from AC::MethodNotAllowed exception class

上级 c3d482f0
......@@ -14,8 +14,6 @@ def initialize(message, failures=[])
end
class MethodNotAllowed < ActionControllerError #:nodoc:
attr_reader :allowed_methods
def initialize(*allowed_methods)
super("Only #{allowed_methods.to_sentence(:locale => :en)} requests are allowed.")
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册