• J
    Move respond_with to the responders gem · ee77770d
    José Valim 提交于
    respond_with (and consequently the class-level respond_to)
    are being removed from Rails. Instead of moving it to a 3rd
    library, the functionality will be moved to responders gem
    (at github.com/plataformatec/responders) which already provides
    some responders extensions.
    ee77770d
mime_responds.rb 10.9 KB