Rails3 / ruby gem 中是否有一种方法可以将状态代码映射到消息?
例如,
200 => Found
403 => Not authorized
404 => Not found
我猜测 Rails 3 已经具有此功能,因为您可以将哈希传递给 render :status =>; :not_found
,我只是找不到以其他方式执行此操作的方法。如果没有,有人知道可以做到这一点的宝石吗?
Such as
200 => Found
403 => Not authorized
404 => Not found
I'm guessing Rails 3 already has this functionality as you can pass a hash to render :status => :not_found
, I just can't find the method to do it the other way. If not does anyone know of a gem which can do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
或者
or